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