GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-cdi |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
atmosphere-cdi-2.2.1.pom | |
atmosphere-cdi-2.2.1.jar | 3 KB |
atmosphere-cdi-2.2.1-sources.jar | 1 KB |
atmosphere-cdi-2.2.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-cdi/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-cdi</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-cdi/
implementation 'org.atmosphere:atmosphere-cdi:2.2.1'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-cdi/
implementation ("org.atmosphere:atmosphere-cdi:2.2.1")
'org.atmosphere:atmosphere-cdi:jar:2.2.1'
<dependency org="org.atmosphere" name="atmosphere-cdi" rev="2.2.1">
<artifact name="atmosphere-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-cdi', version='2.2.1')
)
libraryDependencies += "org.atmosphere" % "atmosphere-cdi" % "2.2.1"
[org.atmosphere/atmosphere-cdi "2.2.1"]