Maven Dependency ldapd-common >> 20030918.153333

In this page we are giving Maven Dependency of ldapd-common >> ldapd-common version20030918.153333

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of ldapd-common >> ldapd-common version20030918.153333 in your project.

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

Maven dependency automatically download dependent library of ldapd-common version 20030918.153333 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 ldapd-common version 20030918.153333

Maven dependency of ldapd-common version 20030918.153333:

<dependency>
	<groupId>ldapd-common</groupId>
	<artifactId>ldapd-common</artifactId>
	<version>20030918.153333</version>
</dependency>

Gradle Dependency of ldapd-common version 20030918.153333

compile group: 'ldapd-common', name: 'ldapd-common', version: '20030918.153333'

SBT Dependency of ldapd-common version 20030918.153333

libraryDependencies += "ldapd-common" % "ldapd-common" % "20030918.153333"

Ivy Dependency of ldapd-common version 20030918.153333

<dependency org="ldapd-common" name="ldapd-common" rev="20030918.153333"/>

Grape Dependency of ldapd-common version 20030918.153333

@Grapes(
    @Grab(group='ldapd-common', module='ldapd-common', version='20030918.153333')
)

Leiningen Dependency of ldapd-common version 20030918.153333

[ldapd-common/ldapd-common "20030918.153333"]

Buildr Dependency of ldapd-common version 20030918.153333

'ldapd-common:ldapd-common:jar:20030918.153333'

Advertisements

Ads