GroupId | GroupIdorg.libtorrent4j |
---|---|
ArtifactId | ArtifactIdlibtorrent4j-android-arm64 |
Version | Version1.2.0.21-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.libtorrent4j/libtorrent4j-android-arm64/ -->
<dependency>
<groupId>org.libtorrent4j</groupId>
<artifactId>libtorrent4j-android-arm64</artifactId>
<version>1.2.0.21-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.libtorrent4j/libtorrent4j-android-arm64/
implementation 'org.libtorrent4j:libtorrent4j-android-arm64:1.2.0.21-RC1'
// https://jarcasting.com/artifacts/org.libtorrent4j/libtorrent4j-android-arm64/
implementation ("org.libtorrent4j:libtorrent4j-android-arm64:1.2.0.21-RC1")
'org.libtorrent4j:libtorrent4j-android-arm64:jar:1.2.0.21-RC1'
<dependency org="org.libtorrent4j" name="libtorrent4j-android-arm64" rev="1.2.0.21-RC1">
<artifact name="libtorrent4j-android-arm64" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libtorrent4j', module='libtorrent4j-android-arm64', version='1.2.0.21-RC1')
)
libraryDependencies += "org.libtorrent4j" % "libtorrent4j-android-arm64" % "1.2.0.21-RC1"
[org.libtorrent4j/libtorrent4j-android-arm64 "1.2.0.21-RC1"]