MVN

com.github.byeongukchoi : oauth2-server-java

Maven & Gradle

Jul 23, 2021
1 stars

oauth2-server-java · A library for implementing an OAuth2 Server in java

<dependency>
    <groupId>com.github.byeongukchoi</groupId>
    <artifactId>oauth2-server-java</artifactId>
    <version>0.0.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.byeongukchoi : oauth2-server-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.33

All Versions

Choose a version of com.github.byeongukchoi : oauth2-server-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
oauth2-server-java-0.0.33
oauth2-server-java-0.0.32
oauth2-server-java-0.0.28
oauth2-server-java-0.0.26
oauth2-server-java-0.0.25
oauth2-server-java-0.0.24
oauth2-server-java-0.0.22
oauth2-server-java-0.0.11
oauth2-server-java-0.0.10
oauth2-server-java-0.0.9
oauth2-server-java-0.0.8
oauth2-server-java-0.0.7
oauth2-server-java-0.0.6
oauth2-server-java-0.0.5
oauth2-server-java-0.0.3
oauth2-server-java-0.0.2
oauth2-server-java-0.0.1

How to add a dependency to Maven

Add the following com.github.byeongukchoi : oauth2-server-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.byeongukchoi</groupId>
    <artifactId>oauth2-server-java</artifactId>
    <version>0.0.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.byeongukchoi : oauth2-server-java gradle dependency to your build.gradle file:

implementation 'com.github.byeongukchoi:oauth2-server-java:0.0.33'

Gradle Kotlin DSL: Add the following com.github.byeongukchoi : oauth2-server-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.byeongukchoi:oauth2-server-java:0.0.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.byeongukchoi : oauth2-server-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.byeongukchoi" % "oauth2-server-java" % "0.0.33"

Advertisement