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