| Categories |
CategoriesKeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdorg.comtel2000 |
| ArtifactId | ArtifactIdfx-onscreen-keyboard-swing |
| Version | Version8.2.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.comtel2000/fx-onscreen-keyboard-swing/ -->
<dependency>
<groupId>org.comtel2000</groupId>
<artifactId>fx-onscreen-keyboard-swing</artifactId>
<version>8.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.comtel2000/fx-onscreen-keyboard-swing/
implementation 'org.comtel2000:fx-onscreen-keyboard-swing:8.2.2'
// https://jarcasting.com/artifacts/org.comtel2000/fx-onscreen-keyboard-swing/
implementation ("org.comtel2000:fx-onscreen-keyboard-swing:8.2.2")
'org.comtel2000:fx-onscreen-keyboard-swing:jar:8.2.2'
<dependency org="org.comtel2000" name="fx-onscreen-keyboard-swing" rev="8.2.2">
<artifact name="fx-onscreen-keyboard-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.comtel2000', module='fx-onscreen-keyboard-swing', version='8.2.2')
)
libraryDependencies += "org.comtel2000" % "fx-onscreen-keyboard-swing" % "8.2.2"
[org.comtel2000/fx-onscreen-keyboard-swing "8.2.2"]