Last Version

Java BitTorrent library CLI 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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.turn
ArtifactId

ArtifactId

ttorrent-cli
Version

Version

1.5
Type

Type

jar
Description

Description

Java BitTorrent library CLI
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.

Download ttorrent-cli 1.5


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

Dependencies

compile (3)

Group / Artifact Type Version
com.turn : ttorrent-core jar 1.5
org.slf4j : slf4j-log4j12 jar 1.6.4
net.sf » jargs jar 1.0

Project Modules

There are no modules declared in this project.