<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.frostwire</groupId>
  <artifactId>jlibtorrent</artifactId>
  <version>2.0.12.9</version>
  <name>frostwire-jlibtorrent</name>
  <description>The swig Java interface for libtorrent by the makers of FrostWire. Contains only .class files to be used in any architecture alongside the native binary jar</description>
  <url>https://github.com/frostwire/frostwire-jlibtorrent</url>
  <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>
  </developers>
  <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>
</project>
