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