| GroupId | GroupIdcom.github.titisan |
|---|---|
| ArtifactId | ArtifactIdldapcollector |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ldapcollector-0.3.0.pom | |
| ldapcollector-0.3.0.jar | 17 KB |
| ldapcollector-0.3.0-sources.jar | 7 KB |
| ldapcollector-0.3.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.titisan/ldapcollector/
implementation 'com.github.titisan:ldapcollector:0.3.0'
// https://jarcasting.com/artifacts/com.github.titisan/ldapcollector/
implementation ("com.github.titisan:ldapcollector:0.3.0")
'com.github.titisan:ldapcollector:jar:0.3.0'
<dependency org="com.github.titisan" name="ldapcollector" rev="0.3.0">
<artifact name="ldapcollector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.titisan', module='ldapcollector', version='0.3.0')
)
libraryDependencies += "com.github.titisan" % "ldapcollector" % "0.3.0"
[com.github.titisan/ldapcollector "0.3.0"]