Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.atmosphere.wasync.samples |
ArtifactId | ArtifactIdnode.js-chat |
Version | Version2.3.3 |
Type | Typejar |
Filename | Size |
---|---|
node.js-chat-2.3.3.pom | |
node.js-chat-2.3.3.jar | 104 KB |
node.js-chat-2.3.3-sources.jar | 99 KB |
node.js-chat-2.3.3-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.wasync.samples/node.js-chat/ -->
<dependency>
<groupId>org.atmosphere.wasync.samples</groupId>
<artifactId>node.js-chat</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.wasync.samples/node.js-chat/
implementation 'org.atmosphere.wasync.samples:node.js-chat:2.3.3'
// https://jarcasting.com/artifacts/org.atmosphere.wasync.samples/node.js-chat/
implementation ("org.atmosphere.wasync.samples:node.js-chat:2.3.3")
'org.atmosphere.wasync.samples:node.js-chat:jar:2.3.3'
<dependency org="org.atmosphere.wasync.samples" name="node.js-chat" rev="2.3.3">
<artifact name="node.js-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.wasync.samples', module='node.js-chat', version='2.3.3')
)
libraryDependencies += "org.atmosphere.wasync.samples" % "node.js-chat" % "2.3.3"
[org.atmosphere.wasync.samples/node.js-chat "2.3.3"]