GroupId | GroupIdorg.libtorrent4j |
---|---|
ArtifactId | ArtifactIdlibtorrent4j |
Version | Version1.2.0.20 |
Type | Typejar |
Filename | Size |
---|---|
libtorrent4j-1.2.0.20.pom | |
libtorrent4j-1.2.0.20.jar | 646 KB |
libtorrent4j-1.2.0.20-sources.jar | 384 KB |
libtorrent4j-1.2.0.20-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.libtorrent4j/libtorrent4j/ -->
<dependency>
<groupId>org.libtorrent4j</groupId>
<artifactId>libtorrent4j</artifactId>
<version>1.2.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.libtorrent4j/libtorrent4j/
implementation 'org.libtorrent4j:libtorrent4j:1.2.0.20'
// https://jarcasting.com/artifacts/org.libtorrent4j/libtorrent4j/
implementation ("org.libtorrent4j:libtorrent4j:1.2.0.20")
'org.libtorrent4j:libtorrent4j:jar:1.2.0.20'
<dependency org="org.libtorrent4j" name="libtorrent4j" rev="1.2.0.20">
<artifact name="libtorrent4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libtorrent4j', module='libtorrent4j', version='1.2.0.20')
)
libraryDependencies += "org.libtorrent4j" % "libtorrent4j" % "1.2.0.20"
[org.libtorrent4j/libtorrent4j "1.2.0.20"]