| Группа | Группаorg.openldap |
|---|---|
| Идентификатор | Идентификаторsentry |
| Версия | Версия1.0-RC39 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sentry-1.0-RC39.pom | |
| sentry-1.0-RC39.jar | 10 KB |
| sentry-1.0-RC39-sources.jar | 51 KB |
| sentry-1.0-RC39-proxy.jar | 10 KB |
| sentry-1.0-RC39-javadoc.jar | 93 KB |
| sentry-1.0-RC39-dist.jar | 72 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openldap/sentry/ -->
<dependency>
<groupId>org.openldap</groupId>
<artifactId>sentry</artifactId>
<version>1.0-RC39</version>
</dependency>
// https://jarcasting.com/artifacts/org.openldap/sentry/
implementation 'org.openldap:sentry:1.0-RC39'
// https://jarcasting.com/artifacts/org.openldap/sentry/
implementation ("org.openldap:sentry:1.0-RC39")
'org.openldap:sentry:jar:1.0-RC39'
<dependency org="org.openldap" name="sentry" rev="1.0-RC39">
<artifact name="sentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openldap', module='sentry', version='1.0-RC39')
)
libraryDependencies += "org.openldap" % "sentry" % "1.0-RC39"
[org.openldap/sentry "1.0-RC39"]