Categories |
CategoriesJavaScript Languages GWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdatmosphere-gwt-js |
Version | Version1.0.18 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-gwt-js-1.0.18.pom | |
atmosphere-gwt-js-1.0.18.war | 736 KB |
atmosphere-gwt-js-1.0.18-sources.jar | 15 KB |
atmosphere-gwt-js-1.0.18-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-gwt-js/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-gwt-js</artifactId>
<version>1.0.18</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-gwt-js/
implementation 'org.atmosphere:atmosphere-gwt-js:1.0.18'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-gwt-js/
implementation ("org.atmosphere:atmosphere-gwt-js:1.0.18")
'org.atmosphere:atmosphere-gwt-js:war:1.0.18'
<dependency org="org.atmosphere" name="atmosphere-gwt-js" rev="1.0.18">
<artifact name="atmosphere-gwt-js" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-gwt-js', version='1.0.18')
)
libraryDependencies += "org.atmosphere" % "atmosphere-gwt-js" % "1.0.18"
[org.atmosphere/atmosphere-gwt-js "1.0.18"]