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