MVN

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

Maven & Gradle

Jan 04, 2021

Spring Boot Atmosphere Sample · Spring Boot Atmosphere Sample

<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>spring-boot-sample-atmosphere</artifactId>
    <version>2.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.atmosphere.samples : spring-boot-sample-atmosphere to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.4
  • Latest Release Candidate: 2.4.0-RC1

All Versions

Choose a version of org.atmosphere.samples : spring-boot-sample-atmosphere to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
spring-boot-sample-atmosphere-2.6.4
2.5.x
spring-boot-sample-atmosphere-2.5.13
spring-boot-sample-atmosphere-2.5.4
spring-boot-sample-atmosphere-2.5.3
2.4.x
spring-boot-sample-atmosphere-2.4.28
spring-boot-sample-atmosphere-2.4.27
spring-boot-sample-atmosphere-2.4.26
spring-boot-sample-atmosphere-2.4.20
spring-boot-sample-atmosphere-2.4.19
spring-boot-sample-atmosphere-2.4.18
spring-boot-sample-atmosphere-2.4.8
spring-boot-sample-atmosphere-2.4.6
spring-boot-sample-atmosphere-2.4.5
spring-boot-sample-atmosphere-2.4.4
spring-boot-sample-atmosphere-2.4.2
spring-boot-sample-atmosphere-2.4.1
spring-boot-sample-atmosphere-2.4.0
spring-boot-sample-atmosphere-2.4.0-RC1
2.3.x
spring-boot-sample-atmosphere-2.3.5
spring-boot-sample-atmosphere-2.3.4
spring-boot-sample-atmosphere-2.3.3
spring-boot-sample-atmosphere-2.3.2
spring-boot-sample-atmosphere-2.3.1
spring-boot-sample-atmosphere-2.3.0
spring-boot-sample-atmosphere-2.3.0-RC6
spring-boot-sample-atmosphere-2.3.0-RC5

How to add a dependency to Maven

Add the following org.atmosphere.samples : spring-boot-sample-atmosphere maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>spring-boot-sample-atmosphere</artifactId>
    <version>2.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.atmosphere.samples : spring-boot-sample-atmosphere gradle dependency to your build.gradle file:

implementation 'org.atmosphere.samples:spring-boot-sample-atmosphere:2.6.4'

Gradle Kotlin DSL: Add the following org.atmosphere.samples : spring-boot-sample-atmosphere gradle kotlin dependency to your build.gradle.kts file:

implementation("org.atmosphere.samples:spring-boot-sample-atmosphere:2.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.atmosphere.samples : spring-boot-sample-atmosphere sbt scala dependency to your build.sbt file:

libraryDependencies += "org.atmosphere.samples" % "spring-boot-sample-atmosphere" % "2.6.4"

Advertisement