License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.bigstep |
ArtifactId | ArtifactIddatalake |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptioncom.bigstep:datalake
This is a support library for interacting with the Bigstep's DataLake from hadoop.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
datalake-1.0.pom | |
datalake-1.0.jar | 78 KB |
datalake-1.0-sources.jar | 29 KB |
datalake-1.0-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bigstep/datalake/ -->
<dependency>
<groupId>com.bigstep</groupId>
<artifactId>datalake</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bigstep/datalake/
implementation 'com.bigstep:datalake:1.0'
// https://jarcasting.com/artifacts/com.bigstep/datalake/
implementation ("com.bigstep:datalake:1.0")
'com.bigstep:datalake:jar:1.0'
<dependency org="com.bigstep" name="datalake" rev="1.0">
<artifact name="datalake" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bigstep', module='datalake', version='1.0')
)
libraryDependencies += "com.bigstep" % "datalake" % "1.0"
[com.bigstep/datalake "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-common | jar | 2.7.1 |
org.apache.hadoop : hadoop-hdfs | jar | 2.7.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-common | test-jar | 2.7.1 |
junit : junit | jar | 4.12 |