Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-gwt-demo |
Version | Version0.8.0-RC3 |
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.8.0-RC3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-demo/
implementation 'org.atmosphere.samples:atmosphere-gwt-demo:0.8.0-RC3'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-demo/
implementation ("org.atmosphere.samples:atmosphere-gwt-demo:0.8.0-RC3")
'org.atmosphere.samples:atmosphere-gwt-demo:war:0.8.0-RC3'
<dependency org="org.atmosphere.samples" name="atmosphere-gwt-demo" rev="0.8.0-RC3">
<artifact name="atmosphere-gwt-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-gwt-demo', version='0.8.0-RC3')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-gwt-demo" % "0.8.0-RC3"
[org.atmosphere.samples/atmosphere-gwt-demo "0.8.0-RC3"]