| License | License | 
|---|---|
| Categories | CategoriesH2 Data Databases Net OAuth2 Security | 
| GroupId | GroupIdcom.networknt | 
| ArtifactId | ArtifactIdlight-oauth2 | 
| Last Version | Last Version2.1.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionParent POM OAuth2 provider microservices based on Light-Java and SQL | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| light-oauth2-2.1.1.pom | 20 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.networknt/light-oauth2/ -->
<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>light-oauth2</artifactId>
    <version>2.1.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.networknt/light-oauth2/
implementation 'com.networknt:light-oauth2:2.1.1'// https://jarcasting.com/artifacts/com.networknt/light-oauth2/
implementation ("com.networknt:light-oauth2:2.1.1")'com.networknt:light-oauth2:pom:2.1.1'<dependency org="com.networknt" name="light-oauth2" rev="2.1.1">
  <artifact name="light-oauth2" type="pom" />
</dependency>@Grapes(
@Grab(group='com.networknt', module='light-oauth2', version='2.1.1')
)libraryDependencies += "com.networknt" % "light-oauth2" % "2.1.1"[com.networknt/light-oauth2 "2.1.1"]