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