is not current version
Last Version 2.0

com.dhemery:hartley 1.0-RC3

A library of commonly useful Java classes

GroupId

GroupId

com.dhemery
ArtifactId

ArtifactId

hartley
Version

Version

1.0-RC3
Type

Type

jar

Download hartley 1.0-RC3


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