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