is not current version
Last Version 2.0

com.dhemery:hartley 1.0-RC2

A library of commonly useful Java classes

GroupId

GroupId

com.dhemery
ArtifactId

ArtifactId

hartley
Version

Version

1.0-RC2
Type

Type

jar

Download hartley 1.0-RC2


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