| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJava Languages H2 Data Databases OAuth2 Security | 
        
| GroupId | GroupIdcom.github.byeongukchoi | 
    
| ArtifactId | ArtifactIdoauth2-server-java | 
    
| Last Version | Last Version0.0.33 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionoauth2-server-java 
            A library for implementing an OAuth2 Server in java 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| oauth2-server-java-0.0.33.pom | |
| oauth2-server-java-0.0.33.jar | 11 KB | 
| oauth2-server-java-0.0.33-sources.jar | 7 KB | 
| oauth2-server-java-0.0.33-javadoc.jar | 59 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.byeongukchoi/oauth2-server-java/ -->
<dependency>
    <groupId>com.github.byeongukchoi</groupId>
    <artifactId>oauth2-server-java</artifactId>
    <version>0.0.33</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.byeongukchoi/oauth2-server-java/
implementation 'com.github.byeongukchoi:oauth2-server-java:0.0.33'
                // https://jarcasting.com/artifacts/com.github.byeongukchoi/oauth2-server-java/
implementation ("com.github.byeongukchoi:oauth2-server-java:0.0.33")
                'com.github.byeongukchoi:oauth2-server-java:jar:0.0.33'
                <dependency org="com.github.byeongukchoi" name="oauth2-server-java" rev="0.0.33">
  <artifact name="oauth2-server-java" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.byeongukchoi', module='oauth2-server-java', version='0.0.33')
)
                libraryDependencies += "com.github.byeongukchoi" % "oauth2-server-java" % "0.0.33"
                [com.github.byeongukchoi/oauth2-server-java "0.0.33"]