| License |
License |
|---|---|
| GroupId | GroupIdorg.htuple |
| ArtifactId | ArtifactIdhtuple |
| Version | Version0.1.1 |
| Type | Typepom |
| Description |
DescriptionHadoop Tuple Utilities
A collection of utilities to make working with Hadoop a little bit easier.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| htuple-0.1.1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.htuple/htuple/ -->
<dependency>
<groupId>org.htuple</groupId>
<artifactId>htuple</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.htuple/htuple/
implementation 'org.htuple:htuple:0.1.1'
// https://jarcasting.com/artifacts/org.htuple/htuple/
implementation ("org.htuple:htuple:0.1.1")
'org.htuple:htuple:pom:0.1.1'
<dependency org="org.htuple" name="htuple" rev="0.1.1">
<artifact name="htuple" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.htuple', module='htuple', version='0.1.1')
)
libraryDependencies += "org.htuple" % "htuple" % "0.1.1"
[org.htuple/htuple "0.1.1"]