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