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