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