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