| Categories |
CategoriesJava Languages H2 Data Databases OAuth2 Security |
|---|---|
| GroupId | GroupIdcom.github.byeongukchoi |
| ArtifactId | ArtifactIdoauth2-server-java |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oauth2-server-java-0.0.3.pom | |
| oauth2-server-java-0.0.3.jar | 10 KB |
| oauth2-server-java-0.0.3-sources.jar | 7 KB |
| oauth2-server-java-0.0.3-javadoc.jar | 58 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.byeongukchoi/oauth2-server-java/
implementation 'com.github.byeongukchoi:oauth2-server-java:0.0.3'
// https://jarcasting.com/artifacts/com.github.byeongukchoi/oauth2-server-java/
implementation ("com.github.byeongukchoi:oauth2-server-java:0.0.3")
'com.github.byeongukchoi:oauth2-server-java:jar:0.0.3'
<dependency org="com.github.byeongukchoi" name="oauth2-server-java" rev="0.0.3">
<artifact name="oauth2-server-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.byeongukchoi', module='oauth2-server-java', version='0.0.3')
)
libraryDependencies += "com.github.byeongukchoi" % "oauth2-server-java" % "0.0.3"
[com.github.byeongukchoi/oauth2-server-java "0.0.3"]