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