| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdio.restx |
| ArtifactId | ArtifactIdrestx-security-basic |
| Version | Version0.34 |
| Type | Typejar |
| Filename | Size |
|---|---|
| restx-security-basic-0.34.pom | |
| restx-security-basic-0.34.jar | 44 KB |
| restx-security-basic-0.34-sources.jar | 11 KB |
| restx-security-basic-0.34-javadoc.jar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.restx/restx-security-basic/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-security-basic</artifactId>
<version>0.34</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-security-basic/
implementation 'io.restx:restx-security-basic:0.34'
// https://jarcasting.com/artifacts/io.restx/restx-security-basic/
implementation ("io.restx:restx-security-basic:0.34")
'io.restx:restx-security-basic:jar:0.34'
<dependency org="io.restx" name="restx-security-basic" rev="0.34">
<artifact name="restx-security-basic" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-security-basic', version='0.34')
)
libraryDependencies += "io.restx" % "restx-security-basic" % "0.34"
[io.restx/restx-security-basic "0.34"]