Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

coderczp/libuv-java-1

Open more actions menu

Repository files navigation

libuv-java

Build

libuv bindings for Java.

Libuv is a cross platform asynchronous IO implementation that powers NodeJS. It supports sockets, both UDP and TCP, filesystem watch, TTY, Pipes and other asynchronous primitives like timer, check, prepare and idle.

Supported Java Versions

Oracle & OpenJDK Java 8, 11, & GraalVM native-image.

Both the JRE and the JDK are suitable for use with this library.

Stability

This library is suitable for use in production systems.

Supported Platforms

  • Windows 8+
  • Ubuntu & CentOS
  • macOS

How it is tested

libuv-java is regularly tested on github actions.

Download

libuv-java-1.2.0.jar - 300KB

libuv-java-1.2.0-sources.jar - 310 KB

libuv-java-1.2.0-javadoc.jar - 252 KB

Maven Integration

To use the official release of libuv-java, please use the following snippet in your pom.xml file.

Add the following to your POM's <dependencies> tag:

<dependency>
    <groupId>io.webfolder</groupId>
    <artifactId>libuv-java</artifactId>
    <version>1.2.0</version>
</dependency>

License

Licensed under the GNU General Public License v2.0.

About

libuv Binding for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.