GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-samples-commons |
Version | Version1.0.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-samples-commons/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-commons</artifactId>
<version>1.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-samples-commons/
implementation 'org.atmosphere:atmosphere-samples-commons:1.0.19'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-samples-commons/
implementation ("org.atmosphere:atmosphere-samples-commons:1.0.19")
'org.atmosphere:atmosphere-samples-commons:jar:1.0.19'
<dependency org="org.atmosphere" name="atmosphere-samples-commons" rev="1.0.19">
<artifact name="atmosphere-samples-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-samples-commons', version='1.0.19')
)
libraryDependencies += "org.atmosphere" % "atmosphere-samples-commons" % "1.0.19"
[org.atmosphere/atmosphere-samples-commons "1.0.19"]