| License | License | 
|---|---|
| GroupId | GroupIdcom.xenoamess | 
| ArtifactId | ArtifactIdJXInput | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJXInput XInput Binding for Java | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| JXInput-1.0.1.pom | |
| JXInput-1.0.1.jar | 110 KB | 
| JXInput-1.0.1-sources.jar | 97 KB | 
| JXInput-1.0.1-javadoc.jar | 577 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.xenoamess/JXInput/ -->
<dependency>
    <groupId>com.xenoamess</groupId>
    <artifactId>JXInput</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.xenoamess/JXInput/
implementation 'com.xenoamess:JXInput:1.0.1'// https://jarcasting.com/artifacts/com.xenoamess/JXInput/
implementation ("com.xenoamess:JXInput:1.0.1")'com.xenoamess:JXInput:jar:1.0.1'<dependency org="com.xenoamess" name="JXInput" rev="1.0.1">
  <artifact name="JXInput" type="jar" />
</dependency>@Grapes(
@Grab(group='com.xenoamess', module='JXInput', version='1.0.1')
)libraryDependencies += "com.xenoamess" % "JXInput" % "1.0.1"[com.xenoamess/JXInput "1.0.1"]