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.
'com.turn:ttorrent:1.4'
<dependency> <groupId>com.turn</groupId> <artifactId>ttorrent</artifactId> <version>1.4</version> </dependency>
<dependency org="com.turn" name="ttorrent" rev="1.4"/>
"com.turn", "ttorrent", "1.4"