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