Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-nativesocketio-chat |
Version | Version2.2.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-nativesocketio-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-nativesocketio-chat</artifactId>
<version>2.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-nativesocketio-chat/
implementation 'org.atmosphere.samples:atmosphere-nativesocketio-chat:2.2.0'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-nativesocketio-chat/
implementation ("org.atmosphere.samples:atmosphere-nativesocketio-chat:2.2.0")
'org.atmosphere.samples:atmosphere-nativesocketio-chat:war:2.2.0'
<dependency org="org.atmosphere.samples" name="atmosphere-nativesocketio-chat" rev="2.2.0">
<artifact name="atmosphere-nativesocketio-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-nativesocketio-chat', version='2.2.0')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-nativesocketio-chat" % "2.2.0"
[org.atmosphere.samples/atmosphere-nativesocketio-chat "2.2.0"]