License |
License |
---|---|
Categories |
CategoriesGuava General Purpose Libraries Utility |
GroupId | GroupIdorg.apache.phoenix.thirdparty |
ArtifactId | ArtifactIdphoenix-shaded-guava |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Phoenix Relocated (Shaded) Guava
Pulls down Guava, relocates it and then makes a new jar with it.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
phoenix-shaded-guava-2.0.0.pom | |
phoenix-shaded-guava-2.0.0.jar | 2 MB |
phoenix-shaded-guava-2.0.0-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.phoenix.thirdparty/phoenix-shaded-guava/ -->
<dependency>
<groupId>org.apache.phoenix.thirdparty</groupId>
<artifactId>phoenix-shaded-guava</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.phoenix.thirdparty/phoenix-shaded-guava/
implementation 'org.apache.phoenix.thirdparty:phoenix-shaded-guava:2.0.0'
// https://jarcasting.com/artifacts/org.apache.phoenix.thirdparty/phoenix-shaded-guava/
implementation ("org.apache.phoenix.thirdparty:phoenix-shaded-guava:2.0.0")
'org.apache.phoenix.thirdparty:phoenix-shaded-guava:jar:2.0.0'
<dependency org="org.apache.phoenix.thirdparty" name="phoenix-shaded-guava" rev="2.0.0">
<artifact name="phoenix-shaded-guava" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix.thirdparty', module='phoenix-shaded-guava', version='2.0.0')
)
libraryDependencies += "org.apache.phoenix.thirdparty" % "phoenix-shaded-guava" % "2.0.0"
[org.apache.phoenix.thirdparty/phoenix-shaded-guava "2.0.0"]