Last Version

Java BitTorrent library core 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-core
Version

Version

1.5
Type

Type

jar
Description

Description

Java BitTorrent library core
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-core 1.5


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

Dependencies

compile (3)

Group / Artifact Type Version
commons-io : commons-io jar 2.4
org.simpleframework : simple jar 4.1.21
org.slf4j : slf4j-api jar 1.6.4

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.1.1

Project Modules

There are no modules declared in this project.