Last Version

Java BitTorrent library 1.5

ttorrent is a pure-Java implementation of the BitTorrent protocol, including support for several BEPs. It also provides a standalone client, a tracker and a torrent manipulation utility.

License

License

GroupId

GroupId

com.turn
ArtifactId

ArtifactId

ttorrent
Version

Version

1.5
Type

Type

pom
Description

Description

Java BitTorrent library
ttorrent is a pure-Java implementation of the BitTorrent protocol, including support for several BEPs. It also provides a standalone client, a tracker and a torrent manipulation utility.
Project URL

Project URL

http://mpetazzoni.github.io/ttorrent/
Source Code Management

Source Code Management

https://github.com/mpetazzoni/ttorrent

Download ttorrent 1.5

Filename Size
ttorrent-1.5.pom 4 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • cli