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