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