Files download
File Operation
nettosphere-2.0.0.beta1.jar download
nettosphere-2.0.0.beta1.pom download
nettosphere-2.0.0.beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.atmosphere</groupId>
  <artifactId>nettosphere</artifactId>
  <version>2.0.0.beta1</version>
</dependency>
Gradle Groovy
implementation 'org.atmosphere:nettosphere:2.0.0.beta1'
Gradle Kotlin
implementation("org.atmosphere:nettosphere:2.0.0.beta1")
Scala SBT
libraryDependencies += "org.atmosphere" % "nettosphere" % "2.0.0.beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere', module='nettosphere', version='2.0.0.beta1')
)
Apache Ivy
<dependency org="org.atmosphere" name="nettosphere" rev="2.0.0.beta1" />
Leiningen
[org.atmosphere/nettosphere "2.0.0.beta1"]
Apache Buildr
'org.atmosphere:nettosphere:jar:2.0.0.beta1'