Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-gwt-demo |
Version | Version1.0.7 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-gwt-demo-1.0.7.pom | |
atmosphere-gwt-demo-1.0.7.war | 6 MB |
atmosphere-gwt-demo-1.0.7-sources.jar | 12 KB |
atmosphere-gwt-demo-1.0.7-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-demo/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-gwt-demo</artifactId>
<version>1.0.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-demo/
implementation 'org.atmosphere.samples:atmosphere-gwt-demo:1.0.7'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-demo/
implementation ("org.atmosphere.samples:atmosphere-gwt-demo:1.0.7")
'org.atmosphere.samples:atmosphere-gwt-demo:war:1.0.7'
<dependency org="org.atmosphere.samples" name="atmosphere-gwt-demo" rev="1.0.7">
<artifact name="atmosphere-gwt-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-gwt-demo', version='1.0.7')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-gwt-demo" % "1.0.7"
[org.atmosphere.samples/atmosphere-gwt-demo "1.0.7"]