License |
License |
---|---|
Categories |
CategoriesH2 Data Databases Net OAuth2 Security |
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdoauth2-cache |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA utility that supports distributed cache.
|
Filename | Size |
---|---|
oauth2-cache-2.1.1.pom | |
oauth2-cache-2.1.1.jar | 41 KB |
oauth2-cache-2.1.1-sources.jar | 20 KB |
oauth2-cache-2.1.1-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/oauth2-cache/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>oauth2-cache</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/oauth2-cache/
implementation 'com.networknt:oauth2-cache:2.1.1'
// https://jarcasting.com/artifacts/com.networknt/oauth2-cache/
implementation ("com.networknt:oauth2-cache:2.1.1")
'com.networknt:oauth2-cache:jar:2.1.1'
<dependency org="com.networknt" name="oauth2-cache" rev="2.1.1">
<artifact name="oauth2-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='oauth2-cache', version='2.1.1')
)
libraryDependencies += "com.networknt" % "oauth2-cache" % "2.1.1"
[com.networknt/oauth2-cache "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
com.h2database : h2 | jar | 2.1.210 |