GroupId | GroupIdcom.turn |
---|---|
ArtifactId | ArtifactIdttorrent |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
ttorrent-1.4.pom | |
ttorrent-1.4.jar | 166 KB |
ttorrent-1.4-sources.jar | 111 KB |
ttorrent-1.4-javadoc.jar | 491 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.turn/ttorrent/ -->
<dependency>
<groupId>com.turn</groupId>
<artifactId>ttorrent</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.turn/ttorrent/
implementation 'com.turn:ttorrent:1.4'
// https://jarcasting.com/artifacts/com.turn/ttorrent/
implementation ("com.turn:ttorrent:1.4")
'com.turn:ttorrent:jar:1.4'
<dependency org="com.turn" name="ttorrent" rev="1.4">
<artifact name="ttorrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turn', module='ttorrent', version='1.4')
)
libraryDependencies += "com.turn" % "ttorrent" % "1.4"
[com.turn/ttorrent "1.4"]