Last Version

Linux I/O For Java 2.1

A JNA based library providing access to some low-level Linux subsystems, including :- * UInput. Create virtual devices such as keyboards, mice and touchpads and emit events from them as if they were real. * Evdev. Read events from various devices such as keyboards, mice, touchpads, and all other devices exposed by Linux. * Frame Buffer. Write directly to the Linux framebuffer. Allows graphical user interfaces without X being present. As from version 2.0, this library is now in uk.co.bithatch namespace. Version 2.1 and above support Java 8, and module Java 9 and above.

License

License

GroupId

GroupId

uk.co.bithatch
ArtifactId

ArtifactId

linuxio4j
Version

Version

2.1
Type

Type

jar
Description

Description

Linux I/O For Java
A JNA based library providing access to some low-level Linux subsystems, including :- * UInput. Create virtual devices such as keyboards, mice and touchpads and emit events from them as if they were real. * Evdev. Read events from various devices such as keyboards, mice, touchpads, and all other devices exposed by Linux. * Frame Buffer. Write directly to the Linux framebuffer. Allows graphical user interfaces without X being present. As from version 2.0, this library is now in uk.co.bithatch namespace. Version 2.1 and above support Java 8, and module Java 9 and above.
Project URL

Project URL

https://github.com/bithatch/linuxio4j
Project Organization

Project Organization

Bithatch
Source Code Management

Source Code Management

https://github.com/bithatch/linuxio4j

Download linuxio4j 2.1


<!-- https://jarcasting.com/artifacts/uk.co.bithatch/linuxio4j/ -->
<dependency>
    <groupId>uk.co.bithatch</groupId>
    <artifactId>linuxio4j</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.bithatch/linuxio4j/
implementation 'uk.co.bithatch:linuxio4j:2.1'
// https://jarcasting.com/artifacts/uk.co.bithatch/linuxio4j/
implementation ("uk.co.bithatch:linuxio4j:2.1")
'uk.co.bithatch:linuxio4j:jar:2.1'
<dependency org="uk.co.bithatch" name="linuxio4j" rev="2.1">
  <artifact name="linuxio4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.bithatch', module='linuxio4j', version='2.1')
)
libraryDependencies += "uk.co.bithatch" % "linuxio4j" % "2.1"
[uk.co.bithatch/linuxio4j "2.1"]

Dependencies

compile (2)

Group / Artifact Type Version
net.java.dev.jna : jna jar 5.3.1
net.java.dev.jna : jna-platform jar 5.3.1

Project Modules

There are no modules declared in this project.