MVN

org.atmosphere : nettosphere

Maven & Gradle

May 24, 2022
21 usages
324 stars

Nettosphere Server

<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>nettosphere</artifactId>
    <version>3.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.atmosphere : nettosphere to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.7
  • Latest Release Candidate: 3.0.0.RC6
  • Latest Beta: 3.0.0-Beta1

All Versions

Choose a version of org.atmosphere : nettosphere to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
nettosphere-3.2.7
nettosphere-3.2.6
nettosphere-3.2.5
nettosphere-3.2.4
nettosphere-3.2.3
nettosphere-3.2.2
nettosphere-3.2.1
nettosphere-3.2.0
3.1.x
nettosphere-3.1.4
nettosphere-3.1.3
nettosphere-3.1.2
nettosphere-3.1.1
nettosphere-3.1.0
3.0.x
nettosphere-3.0.13
nettosphere-3.0.12
nettosphere-3.0.11
nettosphere-3.0.10
nettosphere-3.0.9
nettosphere-3.0.8
nettosphere-3.0.7
nettosphere-3.0.6
nettosphere-3.0.5
nettosphere-3.0.3
nettosphere-3.0.2
nettosphere-3.0.1
nettosphere-3.0.0
nettosphere-3.0.0.RC6
nettosphere-3.0.0.RC5
nettosphere-3.0.0.RC4
nettosphere-3.0.0-RC1
nettosphere-3.0.0-Beta1
2.4.x
nettosphere-2.4.11
nettosphere-2.4.10
nettosphere-2.4.9
nettosphere-2.4.8.2
nettosphere-2.4.7
nettosphere-2.4.6
nettosphere-2.4.5
nettosphere-2.4.4
nettosphere-2.4.3
nettosphere-2.4.2
nettosphere-2.4.1
nettosphere-2.4.0
nettosphere-2.4.0-RC2
nettosphere-2.4.0-RC1
2.3.x
nettosphere-2.3.3
nettosphere-2.3.2
nettosphere-2.3.1
nettosphere-2.3.0
nettosphere-2.3.0-RC3
nettosphere-2.3.0-RC1
2.2.x
nettosphere-2.2.2
nettosphere-2.2.1
nettosphere-2.2.0
nettosphere-2.2.0-RC1
2.1.x
nettosphere-2.1.2
nettosphere-2.1.1
nettosphere-2.1.0
nettosphere-2.1.0-RC2
2.0.x
nettosphere-2.0.2
nettosphere-2.0.1
nettosphere-2.0.0
nettosphere-2.0.0.RC5
nettosphere-2.0.0.RC4
nettosphere-2.0.0.RC3
nettosphere-2.0.0.RC2
nettosphere-2.0.0.RC1
nettosphere-2.0.0.beta1
1.4.x
nettosphere-1.4.2
nettosphere-1.4.1
nettosphere-1.4.0
1.3.x
nettosphere-1.3.2
nettosphere-1.3.1
1.2
nettosphere-1.2
1.1.x
nettosphere-1.1.0
1.0.x
nettosphere-1.0.0

How to add a dependency to Maven

Add the following org.atmosphere : nettosphere maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>nettosphere</artifactId>
    <version>3.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.atmosphere : nettosphere gradle dependency to your build.gradle file:

implementation 'org.atmosphere:nettosphere:3.2.7'

Gradle Kotlin DSL: Add the following org.atmosphere : nettosphere gradle kotlin dependency to your build.gradle.kts file:

implementation("org.atmosphere:nettosphere:3.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.atmosphere : nettosphere sbt scala dependency to your build.sbt file:

libraryDependencies += "org.atmosphere" % "nettosphere" % "3.2.7"

Advertisement