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