Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-guice-chat |
Version | Version2.3.0-RC6 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-guice-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-guice-chat</artifactId>
<version>2.3.0-RC6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-guice-chat/
implementation 'org.atmosphere.samples:atmosphere-guice-chat:2.3.0-RC6'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-guice-chat/
implementation ("org.atmosphere.samples:atmosphere-guice-chat:2.3.0-RC6")
'org.atmosphere.samples:atmosphere-guice-chat:war:2.3.0-RC6'
<dependency org="org.atmosphere.samples" name="atmosphere-guice-chat" rev="2.3.0-RC6">
<artifact name="atmosphere-guice-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-guice-chat', version='2.3.0-RC6')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-guice-chat" % "2.3.0-RC6"
[org.atmosphere.samples/atmosphere-guice-chat "2.3.0-RC6"]