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