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