| GroupId | GroupIdcom.github.titisan |
|---|---|
| ArtifactId | ArtifactIdldapcollector |
| Version | Version0.3.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ldapcollector-0.3.2.pom | |
| ldapcollector-0.3.2.jar | 18 KB |
| ldapcollector-0.3.2-sources.jar | 7 KB |
| ldapcollector-0.3.2-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.titisan/ldapcollector/ -->
<dependency>
<groupId>com.github.titisan</groupId>
<artifactId>ldapcollector</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.titisan/ldapcollector/
implementation 'com.github.titisan:ldapcollector:0.3.2'
// https://jarcasting.com/artifacts/com.github.titisan/ldapcollector/
implementation ("com.github.titisan:ldapcollector:0.3.2")
'com.github.titisan:ldapcollector:jar:0.3.2'
<dependency org="com.github.titisan" name="ldapcollector" rev="0.3.2">
<artifact name="ldapcollector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.titisan', module='ldapcollector', version='0.3.2')
)
libraryDependencies += "com.github.titisan" % "ldapcollector" % "0.3.2"
[com.github.titisan/ldapcollector "0.3.2"]