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