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