Hartley Library

A library of commonly useful Java classes

License

License

MIT License
GroupId

GroupId

com.dhemery
ArtifactId

ArtifactId

hartley
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Hartley Library
A library of commonly useful Java classes
Project URL

Project URL

https://github.com/dhemery/hartley

Download hartley

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
com.google.code.gson : gson jar 2.2.2

test (2)

Group / Artifact Type Version
junit : junit-dep jar 4.10
org.jmock : jmock-junit4 jar 2.6.0-RC2

Project Modules

There are no modules declared in this project.

Versions

Version
2.0
1.0
1.0-RC3
1.0-RC2
1.0-RC1