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