| Категории |
КатегорииБезопасность |
|---|---|
| Группа | Группаorg.sklsft.commons |
| Идентификатор | Идентификаторcommons-rest-security |
| Версия | Версия2.1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| commons-rest-security-2.1.1.pom | |
| commons-rest-security-2.1.1.jar | 18 KB |
| commons-rest-security-2.1.1-sources.jar | 12 KB |
| commons-rest-security-2.1.1-javadoc.jar | 150 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest-security/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-rest-security</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest-security/
implementation 'org.sklsft.commons:commons-rest-security:2.1.1'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest-security/
implementation ("org.sklsft.commons:commons-rest-security:2.1.1")
'org.sklsft.commons:commons-rest-security:jar:2.1.1'
<dependency org="org.sklsft.commons" name="commons-rest-security" rev="2.1.1">
<artifact name="commons-rest-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-rest-security', version='2.1.1')
)
libraryDependencies += "org.sklsft.commons" % "commons-rest-security" % "2.1.1"
[org.sklsft.commons/commons-rest-security "2.1.1"]