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