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