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