GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdwasync-samples |
Version | Version2.3.3 |
Type | Typepom |
Filename | Size |
---|---|
wasync-samples-2.3.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/wasync-samples/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>wasync-samples</artifactId>
<version>2.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/wasync-samples/
implementation 'org.atmosphere.samples:wasync-samples:2.3.3'
// https://jarcasting.com/artifacts/org.atmosphere.samples/wasync-samples/
implementation ("org.atmosphere.samples:wasync-samples:2.3.3")
'org.atmosphere.samples:wasync-samples:pom:2.3.3'
<dependency org="org.atmosphere.samples" name="wasync-samples" rev="2.3.3">
<artifact name="wasync-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='wasync-samples', version='2.3.3')
)
libraryDependencies += "org.atmosphere.samples" % "wasync-samples" % "2.3.3"
[org.atmosphere.samples/wasync-samples "2.3.3"]