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