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