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