mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Update maven dependency details
This commit is contained in:
parent
fc1f43c5cf
commit
d5451041a7
|
|
@ -29,21 +29,16 @@ Include dependency in your project:
|
|||
<dependency>
|
||||
<groupId>net.java.jinput</groupId>
|
||||
<artifactId>jinput</artifactId>
|
||||
<version>2.0.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.jinput</groupId>
|
||||
<artifactId>jinput</artifactId>
|
||||
<version>2.0.8</version>
|
||||
<classifier>natives-all</classifier>
|
||||
<version>{{ jinput_version }}</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
```
|
||||
You'll also need to add the build plugin in your `build/plugins` section of your pom
|
||||
```xml
|
||||
<plugin>
|
||||
<groupId>com.googlecode.mavennatives</groupId>
|
||||
<artifactId>maven-nativedependencies-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.googlecode.mavennatives</groupId>
|
||||
<artifactId>maven-nativedependencies-plugin</artifactId>
|
||||
</plugin>
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue