Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-scala-longpolling-chat |
Version | Version0.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-scala-longpolling-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-scala-longpolling-chat</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-scala-longpolling-chat/
implementation 'org.atmosphere.samples:atmosphere-scala-longpolling-chat:0.6.2'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-scala-longpolling-chat/
implementation ("org.atmosphere.samples:atmosphere-scala-longpolling-chat:0.6.2")
'org.atmosphere.samples:atmosphere-scala-longpolling-chat:jar:0.6.2'
<dependency org="org.atmosphere.samples" name="atmosphere-scala-longpolling-chat" rev="0.6.2">
<artifact name="atmosphere-scala-longpolling-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-scala-longpolling-chat', version='0.6.2')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-scala-longpolling-chat" % "0.6.2"
[org.atmosphere.samples/atmosphere-scala-longpolling-chat "0.6.2"]