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