License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.dhemery |
ArtifactId | ArtifactIdhartley |
Version | Version2.0 |
Type | Typejar |
Description |
DescriptionHartley Library
A library of commonly useful Java classes
|
Project URL |
Project URL |
Filename | Size |
---|---|
hartley-2.0.pom | |
hartley-2.0.jar | 81 KB |
hartley-2.0-sources.jar | 56 KB |
hartley-2.0-javadoc.jar | 547 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
com.google.code.gson : gson | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.10 |
org.jmock : jmock-junit4 | jar | 2.6.0-RC2 |