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