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