License |
License |
---|---|
GroupId | GroupIdcom.turn |
ArtifactId | ArtifactIdttorrent |
Version | Version1.5 |
Type | Typepom |
Description |
DescriptionJava 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 |
Source Code Management |
Source Code Management |
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"]