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