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