Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.ldaptive |
ArtifactId | ArtifactIdldaptive-json |
Version | Version1.0.12 |
Type | Typejar |
Filename | Size |
---|---|
ldaptive-json-1.0.12.pom | |
ldaptive-json-1.0.12.jar | 6 KB |
ldaptive-json-1.0.12-sources.jar | 2 KB |
ldaptive-json-1.0.12-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ldaptive/ldaptive-json/ -->
<dependency>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-json</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.ldaptive/ldaptive-json/
implementation 'org.ldaptive:ldaptive-json:1.0.12'
// https://jarcasting.com/artifacts/org.ldaptive/ldaptive-json/
implementation ("org.ldaptive:ldaptive-json:1.0.12")
'org.ldaptive:ldaptive-json:jar:1.0.12'
<dependency org="org.ldaptive" name="ldaptive-json" rev="1.0.12">
<artifact name="ldaptive-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ldaptive', module='ldaptive-json', version='1.0.12')
)
libraryDependencies += "org.ldaptive" % "ldaptive-json" % "1.0.12"
[org.ldaptive/ldaptive-json "1.0.12"]