License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdoauth-common |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA common utility that is shared by all modules.
|
Filename | Size |
---|---|
oauth-common-2.1.1.pom | |
oauth-common-2.1.1.jar | 9 KB |
oauth-common-2.1.1-sources.jar | 6 KB |
oauth-common-2.1.1-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/oauth-common/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>oauth-common</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/oauth-common/
implementation 'com.networknt:oauth-common:2.1.1'
// https://jarcasting.com/artifacts/com.networknt/oauth-common/
implementation ("com.networknt:oauth-common:2.1.1")
'com.networknt:oauth-common:jar:2.1.1'
<dependency org="com.networknt" name="oauth-common" rev="2.1.1">
<artifact name="oauth-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='oauth-common', version='2.1.1')
)
libraryDependencies += "com.networknt" % "oauth-common" % "2.1.1"
[com.networknt/oauth-common "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |