h

hbase-shaded-jetty

Pulls down Jetty, relocates it and makes a far jar.
Files download
File Operation
hbase-shaded-jetty-4.1.1.jar download
hbase-shaded-jetty-4.1.1.pom download
hbase-shaded-jetty-4.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hbase.thirdparty</groupId>
  <artifactId>hbase-shaded-jetty</artifactId>
  <version>4.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase.thirdparty:hbase-shaded-jetty:4.1.1'
Gradle Kotlin
implementation("org.apache.hbase.thirdparty:hbase-shaded-jetty:4.1.1")
Scala SBT
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-jetty" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-jetty', version='4.1.1')
)
Apache Ivy
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-jetty" rev="4.1.1" />
Leiningen
[org.apache.hbase.thirdparty/hbase-shaded-jetty "4.1.1"]
Apache Buildr
'org.apache.hbase.thirdparty:hbase-shaded-jetty:jar:4.1.1'