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