libtorrent4j-macos
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.libtorrent4j</groupId> <artifactId>libtorrent4j-macos</artifactId> <version>2.1.0-34</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.libtorrent4j</groupId> <artifactId>libtorrent4j-macos</artifactId> <version>2.1.0-34</version> <name>libtorrent4j-macos</name> <description>A swig Java interface for libtorrent</description> <url>https://github.com/aldenml/libtorrent4j</url> <licenses> <license> <name>The MIT License</name> <url>https://github.com/aldenml/libtorrent4j/blob/master/LICENSE.md</url> </license> </licenses> <developers> <developer> <id>aldenml</id> <name>Alden Torres</name> <email>aldenml@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/aldenml/libtorrent4j.git</connection> <developerConnection>scm:git:ssh:git@github.com/aldenml/libtorrent4j.git</developerConnection> <url>https://github.com/aldenml/libtorrent4j</url> </scm> <dependencies> <dependency> <groupId>org.libtorrent4j</groupId> <artifactId>libtorrent4j</artifactId> <version>2.1.0-34</version> </dependency> </dependencies> </project>