Files download
File Operation
gwt-oauth2-1.2.jar download
gwt-oauth2-1.2.pom download
gwt-oauth2-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.freddyboucher</groupId>
  <artifactId>gwt-oauth2</artifactId>
  <version>1.2</version>
  <type>gwt-lib</type>
</dependency>
Gradle Groovy
implementation 'io.github.freddyboucher:gwt-oauth2:1.2'
Gradle Kotlin
implementation("io.github.freddyboucher:gwt-oauth2:1.2")
Scala SBT
libraryDependencies += "io.github.freddyboucher" % "gwt-oauth2" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.freddyboucher', module='gwt-oauth2', version='1.2')
)
Apache Ivy
<dependency org="io.github.freddyboucher" name="gwt-oauth2" rev="1.2" />
Leiningen
[io.github.freddyboucher/gwt-oauth2 "1.2"]
Apache Buildr
'io.github.freddyboucher:gwt-oauth2:jar:1.2'