| License | License | 
|---|---|
| Categories | CategoriesJavaFX User Interface | 
| GroupId | GroupIdorg.lecturestudio.stylus | 
| ArtifactId | ArtifactIdstylus-javafx | 
| Last Version | Last Version0.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJava native interface implementation for pressure-sensitive input devices. | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| stylus-javafx-0.2.0.pom | |
| stylus-javafx-0.2.0.jar | 11 KB | 
| stylus-javafx-0.2.0-sources.jar | 5 KB | 
| stylus-javafx-0.2.0-javadoc.jar | 386 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.lecturestudio.stylus/stylus-javafx/ -->
<dependency>
    <groupId>org.lecturestudio.stylus</groupId>
    <artifactId>stylus-javafx</artifactId>
    <version>0.2.0</version>
</dependency>// https://jarcasting.com/artifacts/org.lecturestudio.stylus/stylus-javafx/
implementation 'org.lecturestudio.stylus:stylus-javafx:0.2.0'// https://jarcasting.com/artifacts/org.lecturestudio.stylus/stylus-javafx/
implementation ("org.lecturestudio.stylus:stylus-javafx:0.2.0")'org.lecturestudio.stylus:stylus-javafx:jar:0.2.0'<dependency org="org.lecturestudio.stylus" name="stylus-javafx" rev="0.2.0">
  <artifact name="stylus-javafx" type="jar" />
</dependency>@Grapes(
@Grab(group='org.lecturestudio.stylus', module='stylus-javafx', version='0.2.0')
)libraryDependencies += "org.lecturestudio.stylus" % "stylus-javafx" % "0.2.0"[org.lecturestudio.stylus/stylus-javafx "0.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.lecturestudio.stylus : stylus | jar | 0.2.0 | 
| org.openjfx : javafx-controls | jar | 15 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |