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