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