Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-chat-node-client |
Version | Version2.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat-node-client/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-chat-node-client</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat-node-client/
implementation 'org.atmosphere.samples:atmosphere-chat-node-client:2.4.1'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat-node-client/
implementation ("org.atmosphere.samples:atmosphere-chat-node-client:2.4.1")
'org.atmosphere.samples:atmosphere-chat-node-client:jar:2.4.1'
<dependency org="org.atmosphere.samples" name="atmosphere-chat-node-client" rev="2.4.1">
<artifact name="atmosphere-chat-node-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-chat-node-client', version='2.4.1')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-chat-node-client" % "2.4.1"
[org.atmosphere.samples/atmosphere-chat-node-client "2.4.1"]