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