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