is not current version
Last Version 0.8.3

com.github.hypfvieh:libmatthew 0.8.1

Some libraries from Matthew Johnson: http://www.matthew.ath.cx/projects/java/ Modifications: - including precompiled native C libraries (libunix-java) for architectures: arm, amd64 and i386 - UnixSocket/UnixServerSocket now implements closable (allows try-with-resources usage) - Cleaned up code style - Split test classes to test classpath - Introduced JUnit - Removed the whole CGI package, it should never ever been used these days

GroupId

GroupId

com.github.hypfvieh
ArtifactId

ArtifactId

libmatthew
Version

Version

0.8.1
Type

Type

jar

Download libmatthew 0.8.1


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