Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Search Business Logic Libraries |
---|---|
GroupId | GroupIdorg.jresearch.commons.gwt |
ArtifactId | ArtifactIdorg.jresearch.commons.gwt.base |
Version | Version1.0.192 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jresearch.commons.gwt/org.jresearch.commons.gwt.base/ -->
<dependency>
<groupId>org.jresearch.commons.gwt</groupId>
<artifactId>org.jresearch.commons.gwt.base</artifactId>
<version>1.0.192</version>
</dependency>
// https://jarcasting.com/artifacts/org.jresearch.commons.gwt/org.jresearch.commons.gwt.base/
implementation 'org.jresearch.commons.gwt:org.jresearch.commons.gwt.base:1.0.192'
// https://jarcasting.com/artifacts/org.jresearch.commons.gwt/org.jresearch.commons.gwt.base/
implementation ("org.jresearch.commons.gwt:org.jresearch.commons.gwt.base:1.0.192")
'org.jresearch.commons.gwt:org.jresearch.commons.gwt.base:jar:1.0.192'
<dependency org="org.jresearch.commons.gwt" name="org.jresearch.commons.gwt.base" rev="1.0.192">
<artifact name="org.jresearch.commons.gwt.base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jresearch.commons.gwt', module='org.jresearch.commons.gwt.base', version='1.0.192')
)
libraryDependencies += "org.jresearch.commons.gwt" % "org.jresearch.commons.gwt.base" % "1.0.192"
[org.jresearch.commons.gwt/org.jresearch.commons.gwt.base "1.0.192"]