JavaTorrent

BitTorrent Protocol implementation as java library

License

License

GroupId

GroupId

org.johnnei
ArtifactId

ArtifactId

javatorrent
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

pom
Description

Description

JavaTorrent
BitTorrent Protocol implementation as java library
Project URL

Project URL

https://github.com/Johnnei/JavaTorrent
Source Code Management

Source Code Management

https://github.com/Johnnei/JavaTorrent

Download javatorrent

Filename Size
javatorrent-0.7.0.pom 13 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.johnnei/javatorrent/ -->
<dependency>
    <groupId>org.johnnei</groupId>
    <artifactId>javatorrent</artifactId>
    <version>0.7.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.johnnei/javatorrent/
implementation 'org.johnnei:javatorrent:0.7.0'
// https://jarcasting.com/artifacts/org.johnnei/javatorrent/
implementation ("org.johnnei:javatorrent:0.7.0")
'org.johnnei:javatorrent:pom:0.7.0'
<dependency org="org.johnnei" name="javatorrent" rev="0.7.0">
  <artifact name="javatorrent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.johnnei', module='javatorrent', version='0.7.0')
)
libraryDependencies += "org.johnnei" % "javatorrent" % "0.7.0"
[org.johnnei/javatorrent "0.7.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30

test (7)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.7.30
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.junit.jupiter : junit-jupiter-params jar 5.6.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.13.3
org.apache.logging.log4j : log4j-core jar 2.13.3
org.mockito : mockito-core jar 3.6.0
org.hamcrest : hamcrest-all jar 1.3

Project Modules

  • bittorrent
  • bittorrent-extension
  • bittorrent-extension-ut-metadata
  • bittorrent-tracker-udp
  • bittorrent-utp
  • bittorrent-integration-tests

JavaTorrent

Java Version Build Status Coverage Quality Gate Released Version

Java Torrent is a BitTorrent Protocol implementation in Java which aims to provide a highly configurable BitTorrent library. The library is well featured with extensions on the BitTorrent Protocol to allow high compatibility with popular torrent applications.

Information

Versions

Version
0.7.0
0.6.0
0.5.1
0.5.0