| License |
License |
|---|---|
| GroupId | GroupIdorg.huahinframework |
| ArtifactId | ArtifactIdhuahin-unit |
| Last Version | Last Version0.1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhuahin-unit
Huahin Unit is a unit test driver for Huahin MapReduce programs for use with JUnit and MRUnit.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| huahin-unit-0.1.7.pom | |
| huahin-unit-0.1.7.jar | 9 KB |
| huahin-unit-0.1.7-sources.jar | 5 KB |
| huahin-unit-0.1.7-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.huahinframework/huahin-unit/ -->
<dependency>
<groupId>org.huahinframework</groupId>
<artifactId>huahin-unit</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.huahinframework/huahin-unit/
implementation 'org.huahinframework:huahin-unit:0.1.7'
// https://jarcasting.com/artifacts/org.huahinframework/huahin-unit/
implementation ("org.huahinframework:huahin-unit:0.1.7")
'org.huahinframework:huahin-unit:jar:0.1.7'
<dependency org="org.huahinframework" name="huahin-unit" rev="0.1.7">
<artifact name="huahin-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.huahinframework', module='huahin-unit', version='0.1.7')
)
libraryDependencies += "org.huahinframework" % "huahin-unit" % "0.1.7"
[org.huahinframework/huahin-unit "0.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.huahinframework : huahin-core | jar | 0.1.8 |
| org.apache.mrunit : mrunit | jar | 0.9.0-incubating |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.hadoop : hadoop-core | jar | 1.0.4 |