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