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