| License |
License |
|---|---|
| GroupId | GroupIdde.tebros.inputcontrol |
| ArtifactId | ArtifactIdinputcontrol-api |
| Version | Version2.2.0 |
| Type | Typejar |
| Description |
Descriptioninputcontrol-api
A simple interface to integrate a third party implemention to control a input device
|
| Filename | Size |
|---|---|
| inputcontrol-api-2.2.0.pom | |
| inputcontrol-api-2.2.0.jar | 6 KB |
| inputcontrol-api-2.2.0-sources.jar | 5 KB |
| inputcontrol-api-2.2.0-javadoc.jar | 412 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.tebros.inputcontrol/inputcontrol-api/ -->
<dependency>
<groupId>de.tebros.inputcontrol</groupId>
<artifactId>inputcontrol-api</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.tebros.inputcontrol/inputcontrol-api/
implementation 'de.tebros.inputcontrol:inputcontrol-api:2.2.0'
// https://jarcasting.com/artifacts/de.tebros.inputcontrol/inputcontrol-api/
implementation ("de.tebros.inputcontrol:inputcontrol-api:2.2.0")
'de.tebros.inputcontrol:inputcontrol-api:jar:2.2.0'
<dependency org="de.tebros.inputcontrol" name="inputcontrol-api" rev="2.2.0">
<artifact name="inputcontrol-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tebros.inputcontrol', module='inputcontrol-api', version='2.2.0')
)
libraryDependencies += "de.tebros.inputcontrol" % "inputcontrol-api" % "2.2.0"
[de.tebros.inputcontrol/inputcontrol-api "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.openjfx : javafx-controls | jar | 15.0.1 |