Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-gwt-auction |
Version | Version0.5.7 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-auction/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-gwt-auction</artifactId>
<version>0.5.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-auction/
implementation 'org.atmosphere.samples:atmosphere-gwt-auction:0.5.7'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-auction/
implementation ("org.atmosphere.samples:atmosphere-gwt-auction:0.5.7")
'org.atmosphere.samples:atmosphere-gwt-auction:war:0.5.7'
<dependency org="org.atmosphere.samples" name="atmosphere-gwt-auction" rev="0.5.7">
<artifact name="atmosphere-gwt-auction" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-gwt-auction', version='0.5.7')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-gwt-auction" % "0.5.7"
[org.atmosphere.samples/atmosphere-gwt-auction "0.5.7"]