is not current version
Last Version 2.6.4

org.atmosphere.samples:spring-boot-sample-atmosphere 2.5.13

Spring Boot Atmosphere Sample

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.atmosphere.samples
ArtifactId

ArtifactId

spring-boot-sample-atmosphere
Version

Version

2.5.13
Type

Type

jar

Download spring-boot-sample-atmosphere 2.5.13


<!-- 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.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/spring-boot-sample-atmosphere/
implementation 'org.atmosphere.samples:spring-boot-sample-atmosphere:2.5.13'
// https://jarcasting.com/artifacts/org.atmosphere.samples/spring-boot-sample-atmosphere/
implementation ("org.atmosphere.samples:spring-boot-sample-atmosphere:2.5.13")
'org.atmosphere.samples:spring-boot-sample-atmosphere:jar:2.5.13'
<dependency org="org.atmosphere.samples" name="spring-boot-sample-atmosphere" rev="2.5.13">
  <artifact name="spring-boot-sample-atmosphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='spring-boot-sample-atmosphere', version='2.5.13')
)
libraryDependencies += "org.atmosphere.samples" % "spring-boot-sample-atmosphere" % "2.5.13"
[org.atmosphere.samples/spring-boot-sample-atmosphere "2.5.13"]