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