License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.turn |
ArtifactId | ArtifactIdttorrent-cli |
Version | Version1.5 |
Type | Typejar |
Description |
DescriptionJava 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.
|
Filename | Size |
---|---|
ttorrent-cli-1.5.pom | |
ttorrent-cli-1.5.jar | 11 KB |
ttorrent-cli-1.5-sources.jar | 6 KB |
ttorrent-cli-1.5-javadoc.jar | 31 KB |
Browse |
<!-- 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"]
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 |