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