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