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