Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-gwt-jsdemo |
Version | Version1.0.0.RC1 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-gwt-jsdemo-1.0.0.RC1.pom | |
atmosphere-gwt-jsdemo-1.0.0.RC1.war | 2 MB |
atmosphere-gwt-jsdemo-1.0.0.RC1-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>1.0.0.RC1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-jsdemo/
implementation 'org.atmosphere.samples:atmosphere-gwt-jsdemo:1.0.0.RC1'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-jsdemo/
implementation ("org.atmosphere.samples:atmosphere-gwt-jsdemo:1.0.0.RC1")
'org.atmosphere.samples:atmosphere-gwt-jsdemo:war:1.0.0.RC1'
<dependency org="org.atmosphere.samples" name="atmosphere-gwt-jsdemo" rev="1.0.0.RC1">
<artifact name="atmosphere-gwt-jsdemo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-gwt-jsdemo', version='1.0.0.RC1')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-gwt-jsdemo" % "1.0.0.RC1"
[org.atmosphere.samples/atmosphere-gwt-jsdemo "1.0.0.RC1"]