| GroupId | GroupIdio.prestodb.tempto |
|---|---|
| ArtifactId | ArtifactIdtempto-ldap |
| Version | Version1.47 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tempto-ldap-1.47.pom | |
| tempto-ldap-1.47.jar | 13 KB |
| tempto-ldap-1.47-sources.jar | 8 KB |
| tempto-ldap-1.47-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.prestodb.tempto/tempto-ldap/ -->
<dependency>
<groupId>io.prestodb.tempto</groupId>
<artifactId>tempto-ldap</artifactId>
<version>1.47</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestodb.tempto/tempto-ldap/
implementation 'io.prestodb.tempto:tempto-ldap:1.47'
// https://jarcasting.com/artifacts/io.prestodb.tempto/tempto-ldap/
implementation ("io.prestodb.tempto:tempto-ldap:1.47")
'io.prestodb.tempto:tempto-ldap:jar:1.47'
<dependency org="io.prestodb.tempto" name="tempto-ldap" rev="1.47">
<artifact name="tempto-ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestodb.tempto', module='tempto-ldap', version='1.47')
)
libraryDependencies += "io.prestodb.tempto" % "tempto-ldap" % "1.47"
[io.prestodb.tempto/tempto-ldap "1.47"]