MVN

org.libtorrent4j : libtorrent4j-macosx

Maven & Gradle

Jan 20, 2020
182 stars

libtorrent4j · A swig Java interface for libtorrent.

<dependency>
    <groupId>org.libtorrent4j</groupId>
    <artifactId>libtorrent4j-macosx</artifactId>
    <version>1.2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.libtorrent4j : libtorrent4j-macosx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3.0
  • Latest Release Candidate: 1.2.0.21-RC1
  • Latest Beta: 1.2.0.21-beta1
  • Latest Alpha: 1.2.0.21-alpha4

All Versions

Choose a version of org.libtorrent4j : libtorrent4j-macosx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
libtorrent4j-macosx-1.2.3.0
libtorrent4j-macosx-1.2.2.0
libtorrent4j-macosx-1.2.1.0
libtorrent4j-macosx-1.2.0.22
libtorrent4j-macosx-1.2.0.21
libtorrent4j-macosx-1.2.0.21-RC1
libtorrent4j-macosx-1.2.0.21-beta1
libtorrent4j-macosx-1.2.0.21-alpha4
libtorrent4j-macosx-1.2.0.21-alpha3
libtorrent4j-macosx-1.2.0.21-alpha2
libtorrent4j-macosx-1.2.0.21-alpha1
libtorrent4j-macosx-1.2.0.20
libtorrent4j-macosx-1.2.0.20-RC3
libtorrent4j-macosx-1.2.0.20-RC2
libtorrent4j-macosx-1.2.0.20-RC1
libtorrent4j-macosx-1.2.0.19
libtorrent4j-macosx-1.2.0.1-beta1

How to add a dependency to Maven

Add the following org.libtorrent4j : libtorrent4j-macosx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.libtorrent4j</groupId>
    <artifactId>libtorrent4j-macosx</artifactId>
    <version>1.2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.libtorrent4j : libtorrent4j-macosx gradle dependency to your build.gradle file:

implementation 'org.libtorrent4j:libtorrent4j-macosx:1.2.3.0'

Gradle Kotlin DSL: Add the following org.libtorrent4j : libtorrent4j-macosx gradle kotlin dependency to your build.gradle.kts file:

implementation("org.libtorrent4j:libtorrent4j-macosx:1.2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.libtorrent4j : libtorrent4j-macosx sbt scala dependency to your build.sbt file:

libraryDependencies += "org.libtorrent4j" % "libtorrent4j-macosx" % "1.2.3.0"