is not current version
Last Version 1.5

com.turn:ttorrent 1.4

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.

GroupId

GroupId

com.turn
ArtifactId

ArtifactId

ttorrent
Version

Version

1.4
Type

Type

jar

Download ttorrent 1.4


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