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