| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаorg.adeptnet |
| Идентификатор | Идентификаторauth |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеauth
This is the org.adeptnet.auth common library for Kerbros / SAML Authentication
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| auth-1.0.4.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.adeptnet/auth/ -->
<dependency>
<groupId>org.adeptnet</groupId>
<artifactId>auth</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.adeptnet/auth/
implementation 'org.adeptnet:auth:1.0.4'
// https://jarcasting.com/artifacts/org.adeptnet/auth/
implementation ("org.adeptnet:auth:1.0.4")
'org.adeptnet:auth:pom:1.0.4'
<dependency org="org.adeptnet" name="auth" rev="1.0.4">
<artifact name="auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.adeptnet', module='auth', version='1.0.4')
)
libraryDependencies += "org.adeptnet" % "auth" % "1.0.4"
[org.adeptnet/auth "1.0.4"]