Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.restnext |
ArtifactId | ArtifactIdrestnext-security |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
restnext-security-0.3.1.pom | |
restnext-security-0.3.1.jar | 18 KB |
restnext-security-0.3.1-sources.jar | 11 KB |
restnext-security-0.3.1-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restnext/restnext-security/ -->
<dependency>
<groupId>org.restnext</groupId>
<artifactId>restnext-security</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.restnext/restnext-security/
implementation 'org.restnext:restnext-security:0.3.1'
// https://jarcasting.com/artifacts/org.restnext/restnext-security/
implementation ("org.restnext:restnext-security:0.3.1")
'org.restnext:restnext-security:jar:0.3.1'
<dependency org="org.restnext" name="restnext-security" rev="0.3.1">
<artifact name="restnext-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restnext', module='restnext-security', version='0.3.1')
)
libraryDependencies += "org.restnext" % "restnext-security" % "0.3.1"
[org.restnext/restnext-security "0.3.1"]