Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdatmosphere-guice |
Version | Version0.5.4 |
Type | Typejar |
Filename | Size |
---|---|
atmosphere-guice-0.5.4.pom | |
atmosphere-guice-0.5.4.jar | 4 KB |
atmosphere-guice-0.5.4-sources.jar | 2 KB |
atmosphere-guice-0.5.4-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-guice/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-guice</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-guice/
implementation 'org.atmosphere:atmosphere-guice:0.5.4'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-guice/
implementation ("org.atmosphere:atmosphere-guice:0.5.4")
'org.atmosphere:atmosphere-guice:jar:0.5.4'
<dependency org="org.atmosphere" name="atmosphere-guice" rev="0.5.4">
<artifact name="atmosphere-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-guice', version='0.5.4')
)
libraryDependencies += "org.atmosphere" % "atmosphere-guice" % "0.5.4"
[org.atmosphere/atmosphere-guice "0.5.4"]