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