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