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