is not current version
Last Version 2.6.4

org.atmosphere.samples:spring-boot-sample-atmosphere 2.4.0-RC1

Spring Boot Atmosphere Sample

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.atmosphere.samples
ArtifactId

ArtifactId

spring-boot-sample-atmosphere
Version

Version

2.4.0-RC1
Type

Type

jar

Download spring-boot-sample-atmosphere 2.4.0-RC1


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