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