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