License |
License |
---|---|
GroupId | GroupIdcom.intentmedia |
ArtifactId | ArtifactIdpig-annotations |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionpig-annotations
pig-annotations is a class library that makes it easy to load your custom serialized java objects into pig as proper pig Tuples with a well-defined schema.
|
Project URL |
Project URL |
Filename | Size |
---|---|
pig-annotations-0.0.2.pom | |
pig-annotations-0.0.2.jar | 12 KB |
pig-annotations-0.0.2-sources.jar | 6 KB |
pig-annotations-0.0.2-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.intentmedia/pig-annotations/ -->
<dependency>
<groupId>com.intentmedia</groupId>
<artifactId>pig-annotations</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.intentmedia/pig-annotations/
implementation 'com.intentmedia:pig-annotations:0.0.2'
// https://jarcasting.com/artifacts/com.intentmedia/pig-annotations/
implementation ("com.intentmedia:pig-annotations:0.0.2")
'com.intentmedia:pig-annotations:jar:0.0.2'
<dependency org="com.intentmedia" name="pig-annotations" rev="0.0.2">
<artifact name="pig-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intentmedia', module='pig-annotations', version='0.0.2')
)
libraryDependencies += "com.intentmedia" % "pig-annotations" % "0.0.2"
[com.intentmedia/pig-annotations "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.intellij : annotations | jar | 9.0.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-core | jar | 0.20.2 |
org.apache.pig : pig | jar | 0.9.2 |
org.hibernate : ejb3-persistence | jar | 3.3.2.Beta1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |
org.easymock : easymock | jar | 3.1 |