Maven Dependency ldapd-common >> 20030924.070009

In this page we are giving Maven Dependency of ldapd-common >> ldapd-common version20030924.070009

Ads

Tutorials   

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

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

Maven dependency of ldapd-common version 20030924.070009:

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

Gradle Dependency of ldapd-common version 20030924.070009

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

SBT Dependency of ldapd-common version 20030924.070009

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

Ivy Dependency of ldapd-common version 20030924.070009

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

Grape Dependency of ldapd-common version 20030924.070009

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

Leiningen Dependency of ldapd-common version 20030924.070009

[ldapd-common/ldapd-common "20030924.070009"]

Buildr Dependency of ldapd-common version 20030924.070009

'ldapd-common:ldapd-common:jar:20030924.070009'

Advertisements

Ads