is not current version
Last Version 2.6.4

org.atmosphere.samples:atmosphere-spring-echo 2.4.8


GroupId

GroupId

org.atmosphere.samples
ArtifactId

ArtifactId

atmosphere-spring-echo
Version

Version

2.4.8
Type

Type

war

Download atmosphere-spring-echo 2.4.8


<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-echo/ -->
<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>atmosphere-spring-echo</artifactId>
    <version>2.4.8</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-echo/
implementation 'org.atmosphere.samples:atmosphere-spring-echo:2.4.8'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-echo/
implementation ("org.atmosphere.samples:atmosphere-spring-echo:2.4.8")
'org.atmosphere.samples:atmosphere-spring-echo:war:2.4.8'
<dependency org="org.atmosphere.samples" name="atmosphere-spring-echo" rev="2.4.8">
  <artifact name="atmosphere-spring-echo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-spring-echo', version='2.4.8')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-spring-echo" % "2.4.8"
[org.atmosphere.samples/atmosphere-spring-echo "2.4.8"]