License |
License |
---|---|
GroupId | GroupIdcom.github.christiangda |
ArtifactId | ArtifactIdpigiptools |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.christiangda:pigiptools
This is a group of Apache Pig Java UDFs utilities to help us get more productive ours pig scripts using
GeoIP database files, and other Ip tools
|
Project URL |
Project URL |
Filename | Size |
---|---|
pigiptools-1.1.1.pom | |
pigiptools-1.1.1.jar | 27 MB |
pigiptools-1.1.1-tests.jar | 3 KB |
pigiptools-1.1.1-sources.jar | 10 KB |
pigiptools-1.1.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.christiangda/pigiptools/ -->
<dependency>
<groupId>com.github.christiangda</groupId>
<artifactId>pigiptools</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.christiangda/pigiptools/
implementation 'com.github.christiangda:pigiptools:1.1.1'
// https://jarcasting.com/artifacts/com.github.christiangda/pigiptools/
implementation ("com.github.christiangda:pigiptools:1.1.1")
'com.github.christiangda:pigiptools:jar:1.1.1'
<dependency org="com.github.christiangda" name="pigiptools" rev="1.1.1">
<artifact name="pigiptools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.christiangda', module='pigiptools', version='1.1.1')
)
libraryDependencies += "com.github.christiangda" % "pigiptools" % "1.1.1"
[com.github.christiangda/pigiptools "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.pig : pig | jar | 0.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.pig : pigunit | jar | 0.12.0 |
junit : junit | jar | 4.8.1 |