| GroupId | GroupIdcom.github.pms1.tppt |
|---|---|
| ArtifactId | ArtifactIdminimal-ldap-parser |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| minimal-ldap-parser-0.1.0.pom | |
| minimal-ldap-parser-0.1.0.jar | 63 KB |
| minimal-ldap-parser-0.1.0-sources.jar | 19 KB |
| minimal-ldap-parser-0.1.0-javadoc.jar | 271 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pms1.tppt/minimal-ldap-parser/ -->
<dependency>
<groupId>com.github.pms1.tppt</groupId>
<artifactId>minimal-ldap-parser</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pms1.tppt/minimal-ldap-parser/
implementation 'com.github.pms1.tppt:minimal-ldap-parser:0.1.0'
// https://jarcasting.com/artifacts/com.github.pms1.tppt/minimal-ldap-parser/
implementation ("com.github.pms1.tppt:minimal-ldap-parser:0.1.0")
'com.github.pms1.tppt:minimal-ldap-parser:jar:0.1.0'
<dependency org="com.github.pms1.tppt" name="minimal-ldap-parser" rev="0.1.0">
<artifact name="minimal-ldap-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pms1.tppt', module='minimal-ldap-parser', version='0.1.0')
)
libraryDependencies += "com.github.pms1.tppt" % "minimal-ldap-parser" % "0.1.0"
[com.github.pms1.tppt/minimal-ldap-parser "0.1.0"]