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

compile

|-- junit:junit:4.12