GroupId | GroupIdorg.apache.directory.shared |
---|---|
ArtifactId | ArtifactIdshared-ldap-jndi |
Version | Version0.9.16 |
Type | Typejar |
Filename | Size |
---|---|
shared-ldap-jndi-0.9.16.pom | |
shared-ldap-jndi-0.9.16.jar | 8 KB |
shared-ldap-jndi-0.9.16-sources.jar | 6 KB |
shared-ldap-jndi-0.9.16-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.directory.shared/shared-ldap-jndi/ -->
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-jndi</artifactId>
<version>0.9.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.directory.shared/shared-ldap-jndi/
implementation 'org.apache.directory.shared:shared-ldap-jndi:0.9.16'
// https://jarcasting.com/artifacts/org.apache.directory.shared/shared-ldap-jndi/
implementation ("org.apache.directory.shared:shared-ldap-jndi:0.9.16")
'org.apache.directory.shared:shared-ldap-jndi:jar:0.9.16'
<dependency org="org.apache.directory.shared" name="shared-ldap-jndi" rev="0.9.16">
<artifact name="shared-ldap-jndi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.directory.shared', module='shared-ldap-jndi', version='0.9.16')
)
libraryDependencies += "org.apache.directory.shared" % "shared-ldap-jndi" % "0.9.16"
[org.apache.directory.shared/shared-ldap-jndi "0.9.16"]