Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Search Business Logic Libraries |
---|---|
GroupId | GroupIdorg.jresearch.gwtproject.xhr |
ArtifactId | ArtifactIdgwt-xhr-parent |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
gwt-xhr-parent-1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jresearch.gwtproject.xhr/gwt-xhr-parent/ -->
<dependency>
<groupId>org.jresearch.gwtproject.xhr</groupId>
<artifactId>gwt-xhr-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jresearch.gwtproject.xhr/gwt-xhr-parent/
implementation 'org.jresearch.gwtproject.xhr:gwt-xhr-parent:1.0'
// https://jarcasting.com/artifacts/org.jresearch.gwtproject.xhr/gwt-xhr-parent/
implementation ("org.jresearch.gwtproject.xhr:gwt-xhr-parent:1.0")
'org.jresearch.gwtproject.xhr:gwt-xhr-parent:pom:1.0'
<dependency org="org.jresearch.gwtproject.xhr" name="gwt-xhr-parent" rev="1.0">
<artifact name="gwt-xhr-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jresearch.gwtproject.xhr', module='gwt-xhr-parent', version='1.0')
)
libraryDependencies += "org.jresearch.gwtproject.xhr" % "gwt-xhr-parent" % "1.0"
[org.jresearch.gwtproject.xhr/gwt-xhr-parent "1.0"]