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