GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-rmi-demo |
Version | Version1.1.0.RC3 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-rmi-demo/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-rmi-demo</artifactId>
<version>1.1.0.RC3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-rmi-demo/
implementation 'org.atmosphere:atmosphere-rmi-demo:1.1.0.RC3'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-rmi-demo/
implementation ("org.atmosphere:atmosphere-rmi-demo:1.1.0.RC3")
'org.atmosphere:atmosphere-rmi-demo:war:1.1.0.RC3'
<dependency org="org.atmosphere" name="atmosphere-rmi-demo" rev="1.1.0.RC3">
<artifact name="atmosphere-rmi-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-rmi-demo', version='1.1.0.RC3')
)
libraryDependencies += "org.atmosphere" % "atmosphere-rmi-demo" % "1.1.0.RC3"
[org.atmosphere/atmosphere-rmi-demo "1.1.0.RC3"]