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