jlibtorrent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.frostwire</groupId> <artifactId>jlibtorrent</artifactId> <version>1.2.0.18</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>com.frostwire</groupId> <artifactId>jlibtorrent</artifactId> <version>1.2.0.18</version> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> <name>frostwire-jlibtorrent</name> <description>A swig Java interface for libtorrent by the makers of FrostWire.</description> <url>https://github.com/frostwire/frostwire-jlibtorrent</url> <scm> <connection>scm:git:git://github.com/frostwire/frostwire-jlibtorrent.git</connection> <developerConnection>scm:git:ssh:git@github.com/frostwire/frostwire-jlibtorrent.git</developerConnection> <url>https://github.com/frostwire/frostwire-jlibtorrent</url> </scm> <licenses> <license> <name>The MIT License</name> <url>https://github.com/frostwire/frostwire-jlibtorrent/blob/master/LICENSE.md</url> </license> </licenses> <developers> <developer> <id>gubatron</id> <name>Angel Leon</name> <email>gubatron@gmail.com</email> </developer> <developer> <id>aldenml</id> <name>Alden Torres</name> <email>aldenml@gmail.com</email> </developer> </developers> </project>