文件下载
文件名 操作
nettosphere-3.1.3.jar 下载
nettosphere-3.1.3.pom 下载
nettosphere-3.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.atmosphere</groupId>
  <artifactId>nettosphere</artifactId>
  <version>3.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.atmosphere:nettosphere:3.1.3'
Gradle Kotlin
implementation("org.atmosphere:nettosphere:3.1.3")
Scala SBT
libraryDependencies += "org.atmosphere" % "nettosphere" % "3.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere', module='nettosphere', version='3.1.3')
)
Apache Ivy
<dependency org="org.atmosphere" name="nettosphere" rev="3.1.3" />
Leiningen
[org.atmosphere/nettosphere "3.1.3"]
Apache Buildr
'org.atmosphere:nettosphere:jar:3.1.3'