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