License |
License
CDDL
|
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdwasync-samples |
Version | Version2.6.4 |
Type | Typepom |
Description |
Descriptionatmosphere-samples
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
wasync-samples-2.6.4.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.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/wasync-samples/
implementation 'org.atmosphere.samples:wasync-samples:2.6.4'
// https://jarcasting.com/artifacts/org.atmosphere.samples/wasync-samples/
implementation ("org.atmosphere.samples:wasync-samples:2.6.4")
'org.atmosphere.samples:wasync-samples:pom:2.6.4'
<dependency org="org.atmosphere.samples" name="wasync-samples" rev="2.6.4">
<artifact name="wasync-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='wasync-samples', version='2.6.4')
)
libraryDependencies += "org.atmosphere.samples" % "wasync-samples" % "2.6.4"
[org.atmosphere.samples/wasync-samples "2.6.4"]