License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.apache.hbase.thirdparty |
ArtifactId | ArtifactIdhbase-shaded-jetty |
Version | Version4.0.0 |
Type | Typejar |
Description |
DescriptionApache HBase Relocated (Shaded) Jetty Libs
Pulls down Jetty, relocates it and makes a far jar.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hbase-shaded-jetty-4.0.0.pom | |
hbase-shaded-jetty-4.0.0.jar | 2 MB |
hbase-shaded-jetty-4.0.0-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-jetty/ -->
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-jetty</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-jetty/
implementation 'org.apache.hbase.thirdparty:hbase-shaded-jetty:4.0.0'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-jetty/
implementation ("org.apache.hbase.thirdparty:hbase-shaded-jetty:4.0.0")
'org.apache.hbase.thirdparty:hbase-shaded-jetty:jar:4.0.0'
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-jetty" rev="4.0.0">
<artifact name="hbase-shaded-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-jetty', version='4.0.0')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-jetty" % "4.0.0"
[org.apache.hbase.thirdparty/hbase-shaded-jetty "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |