License |
License |
---|---|
GroupId | GroupIdcom.manganit.half |
ArtifactId | ArtifactIdhalf-parent |
Version | Version0.2 |
Type | Typepom |
Description |
DescriptionHalf Project Parent POM
Hadoop Application Light Framework (Half) provides useful
Java libraries and helpers to build applications
with Oozie, HDFS, Hive Metastore, HBase and Pig
|
Project Organization |
Project OrganizationManganIT |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
half-parent-0.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.manganit.half/half-parent/ -->
<dependency>
<groupId>com.manganit.half</groupId>
<artifactId>half-parent</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.manganit.half/half-parent/
implementation 'com.manganit.half:half-parent:0.2'
// https://jarcasting.com/artifacts/com.manganit.half/half-parent/
implementation ("com.manganit.half:half-parent:0.2")
'com.manganit.half:half-parent:pom:0.2'
<dependency org="com.manganit.half" name="half-parent" rev="0.2">
<artifact name="half-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.manganit.half', module='half-parent', version='0.2')
)
libraryDependencies += "com.manganit.half" % "half-parent" % "0.2"
[com.manganit.half/half-parent "0.2"]