mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Website updates
This commit is contained in:
parent
abceb81d56
commit
ba876c7e34
|
|
@ -1,6 +1,5 @@
|
||||||
title: JInput
|
title: JInput
|
||||||
description: Library for access to input devices.
|
description: Java library for access to input devices.
|
||||||
show_downloads: true
|
show_downloads: true
|
||||||
jinput_version: 2.0.9
|
|
||||||
google_analytics:
|
google_analytics:
|
||||||
theme: jekyll-theme-architect
|
theme: jekyll-theme-architect
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ Include dependency in your project:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.java.jinput</groupId>
|
<groupId>net.java.jinput</groupId>
|
||||||
<artifactId>jinput</artifactId>
|
<artifactId>jinput</artifactId>
|
||||||
<version> {{ jinput_version }} </version>
|
<version>2.0.9</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue