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