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