GroupId | GroupIdorg.libtorrent4j |
---|---|
ArtifactId | ArtifactIdlibtorrent4j-android-x86_64 |
Version | Version2.0.0-1 |
Type | Typejar |
Filename | Size |
---|---|
libtorrent4j-android-x86_64-2.0.0-1.pom | |
libtorrent4j-android-x86_64-2.0.0-1.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.libtorrent4j/libtorrent4j-android-x86_64/ -->
<dependency>
<groupId>org.libtorrent4j</groupId>
<artifactId>libtorrent4j-android-x86_64</artifactId>
<version>2.0.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.libtorrent4j/libtorrent4j-android-x86_64/
implementation 'org.libtorrent4j:libtorrent4j-android-x86_64:2.0.0-1'
// https://jarcasting.com/artifacts/org.libtorrent4j/libtorrent4j-android-x86_64/
implementation ("org.libtorrent4j:libtorrent4j-android-x86_64:2.0.0-1")
'org.libtorrent4j:libtorrent4j-android-x86_64:jar:2.0.0-1'
<dependency org="org.libtorrent4j" name="libtorrent4j-android-x86_64" rev="2.0.0-1">
<artifact name="libtorrent4j-android-x86_64" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libtorrent4j', module='libtorrent4j-android-x86_64', version='2.0.0-1')
)
libraryDependencies += "org.libtorrent4j" % "libtorrent4j-android-x86_64" % "2.0.0-1"
[org.libtorrent4j/libtorrent4j-android-x86_64 "2.0.0-1"]