matthew
Some libraries from Matthew Johnson: http://www.matthew.ath.cx/projects/java/
| Лицензия |
Лицензия
MIT License
|
|---|---|
| Группа | Группаcom.github.bdeneuter |
| Идентификатор | Идентификаторcx.ath.matthew |
| Последняя версия | Последняя версия0.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMatthew Johnson's Java Libraries
These are a selection of libraries for Java which Matthew Johnson has written because they are useful and not provided with normal Java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cx.ath.matthew-0.8.pom | |
| cx.ath.matthew-0.8.jar | 44 KB |
| cx.ath.matthew-0.8-sources.jar | 74 KB |
| cx.ath.matthew-0.8-javadoc.jar | 142 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bdeneuter/cx.ath.matthew/ -->
<dependency>
<groupId>com.github.bdeneuter</groupId>
<artifactId>cx.ath.matthew</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bdeneuter/cx.ath.matthew/
implementation 'com.github.bdeneuter:cx.ath.matthew:0.8'
// https://jarcasting.com/artifacts/com.github.bdeneuter/cx.ath.matthew/
implementation ("com.github.bdeneuter:cx.ath.matthew:0.8")
'com.github.bdeneuter:cx.ath.matthew:jar:0.8'
<dependency org="com.github.bdeneuter" name="cx.ath.matthew" rev="0.8">
<artifact name="cx.ath.matthew" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bdeneuter', module='cx.ath.matthew', version='0.8')
)
libraryDependencies += "com.github.bdeneuter" % "cx.ath.matthew" % "0.8"
[com.github.bdeneuter/cx.ath.matthew "0.8"]
Some libraries from Matthew Johnson: http://www.matthew.ath.cx/projects/java/