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