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