libmatthew

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

License

License

GroupId

GroupId

com.github.hypfvieh
ArtifactId

ArtifactId

libmatthew
Last Version

Last Version

0.8.3
Release Date

Release Date

Type

Type

jar
Description

Description

libmatthew
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
Project URL

Project URL

https://github.com/hypfvieh/libmatthew
Source Code Management

Source Code Management

https://github.com/hypfvieh/libmatthew.git

Download libmatthew

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.hypfvieh : java-utils jar 1.0.2
org.slf4j : slf4j-api jar 1.7.25

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-simple jar 1.7.25

Project Modules

There are no modules declared in this project.

libmatthew

Some libraries based on code 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

Versions

Version
0.8.3
0.8.2
0.8.1