Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdio.restx |
ArtifactId | ArtifactIdrestx-security-basic |
Version | Version0.35-rc3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.restx/restx-security-basic/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-security-basic</artifactId>
<version>0.35-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-security-basic/
implementation 'io.restx:restx-security-basic:0.35-rc3'
// https://jarcasting.com/artifacts/io.restx/restx-security-basic/
implementation ("io.restx:restx-security-basic:0.35-rc3")
'io.restx:restx-security-basic:jar:0.35-rc3'
<dependency org="io.restx" name="restx-security-basic" rev="0.35-rc3">
<artifact name="restx-security-basic" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-security-basic', version='0.35-rc3')
)
libraryDependencies += "io.restx" % "restx-security-basic" % "0.35-rc3"
[io.restx/restx-security-basic "0.35-rc3"]