Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.sklsft.commons |
ArtifactId | ArtifactIdcommons-rest-security |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-rest-security-3.0.2.pom | |
commons-rest-security-3.0.2.jar | 34 KB |
commons-rest-security-3.0.2-sources.jar | 24 KB |
commons-rest-security-3.0.2-javadoc.jar | 293 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest-security/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-rest-security</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest-security/
implementation 'org.sklsft.commons:commons-rest-security:3.0.2'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-rest-security/
implementation ("org.sklsft.commons:commons-rest-security:3.0.2")
'org.sklsft.commons:commons-rest-security:jar:3.0.2'
<dependency org="org.sklsft.commons" name="commons-rest-security" rev="3.0.2">
<artifact name="commons-rest-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-rest-security', version='3.0.2')
)
libraryDependencies += "org.sklsft.commons" % "commons-rest-security" % "3.0.2"
[org.sklsft.commons/commons-rest-security "3.0.2"]