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