License |
License |
---|---|
Categories |
CategoriesNet KeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdoauth-key |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA micro service server that supports JWT token public key certificate distribution.
|
Filename | Size |
---|---|
oauth-key-2.1.1.pom | |
oauth-key-2.1.1.jar | 50 MB |
oauth-key-2.1.1-sources.jar | 7 KB |
oauth-key-2.1.1-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/oauth-key/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>oauth-key</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/oauth-key/
implementation 'com.networknt:oauth-key:2.1.1'
// https://jarcasting.com/artifacts/com.networknt/oauth-key/
implementation ("com.networknt:oauth-key:2.1.1")
'com.networknt:oauth-key:jar:2.1.1'
<dependency org="com.networknt" name="oauth-key" rev="2.1.1">
<artifact name="oauth-key" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='oauth-key', version='2.1.1')
)
libraryDependencies += "com.networknt" % "oauth-key" % "2.1.1"
[com.networknt/oauth-key "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |