Maven Dependency commons-configuration >> 1.0-dev-3.20030607.194155

In this page we are giving Maven Dependency of commons-configuration >> commons-configuration version1.0-dev-3.20030607.194155

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of commons-configuration >> commons-configuration version1.0-dev-3.20030607.194155 in your project.

In this page we are going to discuss about commons-configuration version 1.0-dev-3.20030607.194155 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use commons-configuration version 1.0-dev-3.20030607.194155 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of commons-configuration version 1.0-dev-3.20030607.194155 and include the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of commons-configuration version 1.0-dev-3.20030607.194155

Maven dependency of commons-configuration version 1.0-dev-3.20030607.194155:

<dependency>
	<groupId>commons-configuration</groupId>
	<artifactId>commons-configuration</artifactId>
	<version>1.0-dev-3.20030607.194155</version>
</dependency>

Gradle Dependency of commons-configuration version 1.0-dev-3.20030607.194155

compile group: 'commons-configuration', name: 'commons-configuration', version: '1.0-dev-3.20030607.194155'

SBT Dependency of commons-configuration version 1.0-dev-3.20030607.194155

libraryDependencies += "commons-configuration" % "commons-configuration" % "1.0-dev-3.20030607.194155"

Ivy Dependency of commons-configuration version 1.0-dev-3.20030607.194155

<dependency org="commons-configuration" name="commons-configuration" rev="1.0-dev-3.20030607.194155"/>

Grape Dependency of commons-configuration version 1.0-dev-3.20030607.194155

@Grapes(
    @Grab(group='commons-configuration', module='commons-configuration', version='1.0-dev-3.20030607.194155')
)

Leiningen Dependency of commons-configuration version 1.0-dev-3.20030607.194155

[commons-configuration/commons-configuration "1.0-dev-3.20030607.194155"]

Buildr Dependency of commons-configuration version 1.0-dev-3.20030607.194155

'commons-configuration:commons-configuration:jar:1.0-dev-3.20030607.194155'

Advertisements

Ads