Skip to content

hypirion/java-bencode

Repository files navigation

java-bencode

Java library that implements Bencode on top of InputStream and OutputStream.

Usage

Add a dependency to your this in your Clojure/Java/Scala app, and off we go.

For Clojure, this can be done through

[com.hypirion/bencode "0.1.0"]

or, for Maven:

<dependency>
  <groupId>com.hypirion</groupId>
  <artifactId>bencode</artifactId>
  <version>0.1.0</version>
</dependency>

also ensure that Clojars is added to your repositories:

<repository>
  <id>clojars</id>
  <url>http://clojars.org/repo/</url>
</repository>

License

Copyright © 2016 Jean Nikas L'orange

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Java library for Bencode streaming

Resources

License

Stars

Watchers

Forks

Packages

No packages published