GroupId | GroupIdorg.openldap |
---|---|
ArtifactId | ArtifactIdsentry |
Version | Version1.0-RC38 |
Type | Typejar |
Filename | Size |
---|---|
sentry-1.0-RC38.pom | |
sentry-1.0-RC38.jar | 10 KB |
sentry-1.0-RC38-sources.jar | 51 KB |
sentry-1.0-RC38-proxy.jar | 10 KB |
sentry-1.0-RC38-javadoc.jar | 93 KB |
sentry-1.0-RC38-dist.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openldap/sentry/ -->
<dependency>
<groupId>org.openldap</groupId>
<artifactId>sentry</artifactId>
<version>1.0-RC38</version>
</dependency>
// https://jarcasting.com/artifacts/org.openldap/sentry/
implementation 'org.openldap:sentry:1.0-RC38'
// https://jarcasting.com/artifacts/org.openldap/sentry/
implementation ("org.openldap:sentry:1.0-RC38")
'org.openldap:sentry:jar:1.0-RC38'
<dependency org="org.openldap" name="sentry" rev="1.0-RC38">
<artifact name="sentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openldap', module='sentry', version='1.0-RC38')
)
libraryDependencies += "org.openldap" % "sentry" % "1.0-RC38"
[org.openldap/sentry "1.0-RC38"]