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

Лицензия

Лицензия

Группа

Группа

com.github.hypfvieh
Идентификатор

Идентификатор

libmatthew
Последняя версия

Последняя версия

0.8.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Ссылка на сайт

Ссылка на сайт

https://github.com/hypfvieh/libmatthew
Система контроля версий

Система контроля версий

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

Скачать libmatthew

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.github.hypfvieh : java-utils jar 1.0.2
org.slf4j : slf4j-api jar 1.7.25

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.slf4j : slf4j-simple jar 1.7.25

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.8.3
0.8.2
0.8.1