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