GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-tictactoe |
Version | Version0.9.4 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-tictactoe-0.9.4.pom | |
atmosphere-tictactoe-0.9.4.war | 356 KB |
atmosphere-tictactoe-0.9.4-sources.jar | 5 KB |
atmosphere-tictactoe-0.9.4-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.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-tictactoe/
implementation 'org.atmosphere.samples:atmosphere-tictactoe:0.9.4'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-tictactoe/
implementation ("org.atmosphere.samples:atmosphere-tictactoe:0.9.4")
'org.atmosphere.samples:atmosphere-tictactoe:war:0.9.4'
<dependency org="org.atmosphere.samples" name="atmosphere-tictactoe" rev="0.9.4">
<artifact name="atmosphere-tictactoe" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-tictactoe', version='0.9.4')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-tictactoe" % "0.9.4"
[org.atmosphere.samples/atmosphere-tictactoe "0.9.4"]