Maven Dependency ldapd-common >> 20031126.210042

In this page we are giving Maven Dependency of ldapd-common >> ldapd-common version20031126.210042

Ads

Tutorials   

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

In this page we are going to discuss about ldapd-common version 20031126.210042 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use ldapd-common version 20031126.210042 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 20031126.210042 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 20031126.210042

Maven dependency of ldapd-common version 20031126.210042:

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

Gradle Dependency of ldapd-common version 20031126.210042

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

SBT Dependency of ldapd-common version 20031126.210042

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

Ivy Dependency of ldapd-common version 20031126.210042

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

Grape Dependency of ldapd-common version 20031126.210042

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

Leiningen Dependency of ldapd-common version 20031126.210042

[ldapd-common/ldapd-common "20031126.210042"]

Buildr Dependency of ldapd-common version 20031126.210042

'ldapd-common:ldapd-common:jar:20031126.210042'

Advertisements

Ads