License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdorg.apache.hbase.thirdparty |
ArtifactId | ArtifactIdhbase-shaded-gson |
Last Version | Last Version4.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HBase Relocated (Shaded) GSON Libs
Pulls down GSON, relocates it and makes a far jar.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hbase-shaded-gson-4.1.1.pom | |
hbase-shaded-gson-4.1.1.jar | 257 KB |
hbase-shaded-gson-4.1.1-sources.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-gson/ -->
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-gson</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-gson/
implementation 'org.apache.hbase.thirdparty:hbase-shaded-gson:4.1.1'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-gson/
implementation ("org.apache.hbase.thirdparty:hbase-shaded-gson:4.1.1")
'org.apache.hbase.thirdparty:hbase-shaded-gson:jar:4.1.1'
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-gson" rev="4.1.1">
<artifact name="hbase-shaded-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-gson', version='4.1.1')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-gson" % "4.1.1"
[org.apache.hbase.thirdparty/hbase-shaded-gson "4.1.1"]