Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-scala-chat |
Version | Version1.0.2 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-scala-chat-1.0.2.pom | |
atmosphere-scala-chat-1.0.2.war | 16 MB |
atmosphere-scala-chat-1.0.2-sources.jar | 3 KB |
atmosphere-scala-chat-1.0.2-javadoc.jar | 337 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-scala-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-scala-chat</artifactId>
<version>1.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-scala-chat/
implementation 'org.atmosphere.samples:atmosphere-scala-chat:1.0.2'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-scala-chat/
implementation ("org.atmosphere.samples:atmosphere-scala-chat:1.0.2")
'org.atmosphere.samples:atmosphere-scala-chat:war:1.0.2'
<dependency org="org.atmosphere.samples" name="atmosphere-scala-chat" rev="1.0.2">
<artifact name="atmosphere-scala-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-scala-chat', version='1.0.2')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-scala-chat" % "1.0.2"
[org.atmosphere.samples/atmosphere-scala-chat "1.0.2"]