mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
27 lines
995 B
Plaintext
27 lines
995 B
Plaintext
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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>net.java.jinput</groupId>
|
|
<artifactId>jinput-platform</artifactId>
|
|
<packaging>pom</packaging>
|
|
<name>JInput natives</name>
|
|
<version>@VERSION@</version>
|
|
<description>Library for access to input devices.</description>
|
|
<url>https://github.com/jinput/jinput</url>
|
|
<licenses>
|
|
<license>
|
|
<name>BSD</name>
|
|
<url>http://www.opensource.org/licenses/bsd-license.php</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<developers>
|
|
<developer>
|
|
<id>Members</id>
|
|
<url>https://github.com/jinput/jinput/graphs/contributors</url>
|
|
</developer>
|
|
</developers>
|
|
<scm>
|
|
<url>https://github.com/jinput/jinput</url>
|
|
<connection>scm:git:git@github.com:jinput/jinput.git</connection>
|
|
</scm>
|
|
</project> |