GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-tictactoe |
Version | Version0.9.3 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-tictactoe-0.9.3.pom | |
atmosphere-tictactoe-0.9.3.war | 355 KB |
atmosphere-tictactoe-0.9.3-sources.jar | 5 KB |
atmosphere-tictactoe-0.9.3-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-tictactoe/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-tictactoe</artifactId>
<version>0.9.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-tictactoe/
implementation 'org.atmosphere.samples:atmosphere-tictactoe:0.9.3'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-tictactoe/
implementation ("org.atmosphere.samples:atmosphere-tictactoe:0.9.3")
'org.atmosphere.samples:atmosphere-tictactoe:war:0.9.3'
<dependency org="org.atmosphere.samples" name="atmosphere-tictactoe" rev="0.9.3">
<artifact name="atmosphere-tictactoe" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-tictactoe', version='0.9.3')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-tictactoe" % "0.9.3"
[org.atmosphere.samples/atmosphere-tictactoe "0.9.3"]