License |
License |
---|---|
GroupId | GroupIdcom.turn |
ArtifactId | ArtifactIdttorrent-core |
Version | Version1.5 |
Type | Typejar |
Description |
DescriptionJava 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.
|
Filename | Size |
---|---|
ttorrent-core-1.5.pom | |
ttorrent-core-1.5.jar | 160 KB |
ttorrent-core-1.5-sources.jar | 107 KB |
ttorrent-core-1.5-javadoc.jar | 510 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.1.1 |