Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdstateless-auth |
Version | Version2.0.7 |
Type | Typejar |
Filename | Size |
---|---|
stateless-auth-2.0.7.pom | |
stateless-auth-2.0.7.jar | 9 KB |
stateless-auth-2.0.7-sources.jar | 8 KB |
stateless-auth-2.0.7-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/stateless-auth/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>stateless-auth</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/stateless-auth/
implementation 'com.networknt:stateless-auth:2.0.7'
// https://jarcasting.com/artifacts/com.networknt/stateless-auth/
implementation ("com.networknt:stateless-auth:2.0.7")
'com.networknt:stateless-auth:jar:2.0.7'
<dependency org="com.networknt" name="stateless-auth" rev="2.0.7">
<artifact name="stateless-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='stateless-auth', version='2.0.7')
)
libraryDependencies += "com.networknt" % "stateless-auth" % "2.0.7"
[com.networknt/stateless-auth "2.0.7"]