Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.hbase.thirdparty |
ArtifactId | ArtifactIdhbase-shaded-jetty |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
hbase-shaded-jetty-3.4.0.pom | |
hbase-shaded-jetty-3.4.0.jar | 2 MB |
hbase-shaded-jetty-3.4.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>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-jetty/
implementation 'org.apache.hbase.thirdparty:hbase-shaded-jetty:3.4.0'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-jetty/
implementation ("org.apache.hbase.thirdparty:hbase-shaded-jetty:3.4.0")
'org.apache.hbase.thirdparty:hbase-shaded-jetty:jar:3.4.0'
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-jetty" rev="3.4.0">
<artifact name="hbase-shaded-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-jetty', version='3.4.0')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-jetty" % "3.4.0"
[org.apache.hbase.thirdparty/hbase-shaded-jetty "3.4.0"]