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