Website updates

This commit is contained in:
Endolf 2018-06-01 18:32:56 +01:00
parent b70a38d9f1
commit 847c20d89c

View file

@ -22,7 +22,6 @@ often contain a native code portion to interface to the host system.
## Getting Started ## Getting Started
Include the dependency in your project: Include the dependency in your project:
```xml ```xml
<dependency> <dependency>
<groupId>net.java.jinput</groupId> <groupId>net.java.jinput</groupId>
@ -36,9 +35,7 @@ Include the dependency in your project:
<classifier>natives-all</classifier> <classifier>natives-all</classifier>
</dependency> </dependency>
``` ```
You'll also need to add the build plugin in your `build/plugins` section of your pom You'll also need to add the build plugin in your `build/plugins` section of your pom
```xml ```xml
<plugin> <plugin>
<groupId>com.googlecode.mavennatives</groupId> <groupId>com.googlecode.mavennatives</groupId>