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