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