Download libmatthew-0.8.3.jar file - Jar l

Jar examples for l:libmatthew

Description

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

You can download jar file libmatthew 0.8.3 in this page.

License

MIT License

Build File

You can use the following script to add libmatthew-0.8.3.jar to your project.

<dependency>
   <groupId>com.github.hypfvieh</groupId>
   <artifactId>libmatthew</artifactId>
   <version>0.8.3</version>
</dependency>
compile group: 'com.github.hypfvieh', name: 'libmatthew', version: '0.8.3'
libraryDependencies += "com.github.hypfvieh" % "libmatthew" % "0.8.3"
<dependency org="com.github.hypfvieh" name="libmatthew" rev="0.8.3"/>
@Grapes(@Grab(group='com.github.hypfvieh', module='libmatthew', version='0.8.3'))
'com.github.hypfvieh:libmatthew:jar:0.8.3'

Download

Click the following link to download the jar file.

libmatthew-0.8.3-javadoc.jar
libmatthew-0.8.3-sources.jar
libmatthew-0.8.3-tests.jar
libmatthew-0.8.3.jar
libmatthew-0.8.3.pom



Related Tutorials