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