Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.atmosphere.nettosphere.samples |
ArtifactId | ArtifactIdnettosphere-chat |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
nettosphere-chat-2.0.3.pom | |
nettosphere-chat-2.0.3.jar | 105 KB |
nettosphere-chat-2.0.3-sources.jar | 101 KB |
nettosphere-chat-2.0.3-javadoc.jar | 29 KB |
nettosphere-chat-2.0.3-distribution.zip | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-chat/ -->
<dependency>
<groupId>org.atmosphere.nettosphere.samples</groupId>
<artifactId>nettosphere-chat</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-chat/
implementation 'org.atmosphere.nettosphere.samples:nettosphere-chat:2.0.3'
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-chat/
implementation ("org.atmosphere.nettosphere.samples:nettosphere-chat:2.0.3")
'org.atmosphere.nettosphere.samples:nettosphere-chat:jar:2.0.3'
<dependency org="org.atmosphere.nettosphere.samples" name="nettosphere-chat" rev="2.0.3">
<artifact name="nettosphere-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.nettosphere.samples', module='nettosphere-chat', version='2.0.3')
)
libraryDependencies += "org.atmosphere.nettosphere.samples" % "nettosphere-chat" % "2.0.3"
[org.atmosphere.nettosphere.samples/nettosphere-chat "2.0.3"]