<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.github.bdeneuter</groupId>
  <artifactId>dbus-java</artifactId>
  <version>2.7</version>
  <name>Java implementation of D-Bus</name>
  <description>D-Bus is an IPC mechanism which at a low level uses message passing over Unix Sockets or IP. D-Bus models its messages as either function calls on remote objects, or signals emitted from them.</description>
  <url>https://github.com/bdeneuter/dbus-java</url>
  <licenses>
    <license>
      <name>GNU Lesser/Library General Public License version 2</name>
      <url>https://www.gnu.org/licenses/lgpl.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bart</id>
      <name>Bart De Neuter</name>
      <email>bdeneuter@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/bdeneuter/dbus-java.git</connection>
    <developerConnection>scm:git:https://github.com/bdeneuter/dbus-java.git</developerConnection>
    <url>https://github.com/bdeneuter/dbus-java.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.bdeneuter</groupId>
      <artifactId>cx.ath.matthew</artifactId>
      <version>0.8</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
