GroupId | GroupIdorg.sonatype.nexus.plugins.ldap |
---|---|
ArtifactId | ArtifactIdldap-common |
Version | Version1.9.1-RC1 |
Type | Typejar |
Filename | Size |
---|---|
ldap-common-1.9.1-RC1.pom | |
ldap-common-1.9.1-RC1.jar | 111 KB |
ldap-common-1.9.1-RC1-tests.jar | 94 KB |
ldap-common-1.9.1-RC1-sources.jar | 99 KB |
ldap-common-1.9.1-RC1-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.plugins.ldap/ldap-common/ -->
<dependency>
<groupId>org.sonatype.nexus.plugins.ldap</groupId>
<artifactId>ldap-common</artifactId>
<version>1.9.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.plugins.ldap/ldap-common/
implementation 'org.sonatype.nexus.plugins.ldap:ldap-common:1.9.1-RC1'
// https://jarcasting.com/artifacts/org.sonatype.nexus.plugins.ldap/ldap-common/
implementation ("org.sonatype.nexus.plugins.ldap:ldap-common:1.9.1-RC1")
'org.sonatype.nexus.plugins.ldap:ldap-common:jar:1.9.1-RC1'
<dependency org="org.sonatype.nexus.plugins.ldap" name="ldap-common" rev="1.9.1-RC1">
<artifact name="ldap-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.plugins.ldap', module='ldap-common', version='1.9.1-RC1')
)
libraryDependencies += "org.sonatype.nexus.plugins.ldap" % "ldap-common" % "1.9.1-RC1"
[org.sonatype.nexus.plugins.ldap/ldap-common "1.9.1-RC1"]