matthew
Some libraries from Matthew Johnson: http://www.matthew.ath.cx/projects/java/
License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.github.bdeneuter |
ArtifactId | ArtifactIdcx.ath.matthew |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMatthew 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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/