License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.thekraken |
ArtifactId | ArtifactIdjson2hive |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson2Hive
Generate a Hive schema from JSON sample
|
Project URL |
Project URL |
Filename | Size |
---|---|
json2hive-0.1.0.pom | |
json2hive-0.1.0.jar | 6 KB |
json2hive-0.1.0-sources.jar | 5 KB |
json2hive-0.1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thekraken/json2hive/ -->
<dependency>
<groupId>io.thekraken</groupId>
<artifactId>json2hive</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.thekraken/json2hive/
implementation 'io.thekraken:json2hive:0.1.0'
// https://jarcasting.com/artifacts/io.thekraken/json2hive/
implementation ("io.thekraken:json2hive:0.1.0")
'io.thekraken:json2hive:jar:0.1.0'
<dependency org="io.thekraken" name="json2hive" rev="0.1.0">
<artifact name="json2hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thekraken', module='json2hive', version='0.1.0')
)
libraryDependencies += "io.thekraken" % "json2hive" % "0.1.0"
[io.thekraken/json2hive "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |