Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-gwt-chat |
Version | Version1.0.2 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-gwt-chat-1.0.2.pom | |
atmosphere-gwt-chat-1.0.2.war | 5 MB |
atmosphere-gwt-chat-1.0.2-sources.jar | 10 KB |
atmosphere-gwt-chat-1.0.2-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-gwt-chat</artifactId>
<version>1.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-chat/
implementation 'org.atmosphere.samples:atmosphere-gwt-chat:1.0.2'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-gwt-chat/
implementation ("org.atmosphere.samples:atmosphere-gwt-chat:1.0.2")
'org.atmosphere.samples:atmosphere-gwt-chat:war:1.0.2'
<dependency org="org.atmosphere.samples" name="atmosphere-gwt-chat" rev="1.0.2">
<artifact name="atmosphere-gwt-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-gwt-chat', version='1.0.2')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-gwt-chat" % "1.0.2"
[org.atmosphere.samples/atmosphere-gwt-chat "1.0.2"]