Website updates

This commit is contained in:
Endolf 2018-06-01 17:26:01 +01:00
parent ba876c7e34
commit 341db62139
2 changed files with 3 additions and 2 deletions

View file

@ -3,3 +3,4 @@ description: Java library for access to input devices.
show_downloads: true
google_analytics:
theme: jekyll-theme-architect
jinput_version: 2.0.9

View file

@ -29,7 +29,7 @@ Include dependency in your project:
<dependency>
<groupId>net.java.jinput</groupId>
<artifactId>jinput</artifactId>
<version>2.0.9</version>
<version>{{site.jinput_version}}</version>
<type>pom</type>
</dependency>
```
@ -44,7 +44,7 @@ Include dependency in your project:
2. Build from sources - Experts only
-----
See the readme.md at
See the [readme.md](https://github.com/jinput/jinput)
## Usage
```java