GroupId | GroupIdorg.apache.hcatalog |
---|---|
ArtifactId | ArtifactIdhcatalog-server-extensions |
Version | Version0.5.0-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.hcatalog/hcatalog-server-extensions/ -->
<dependency>
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog-server-extensions</artifactId>
<version>0.5.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hcatalog/hcatalog-server-extensions/
implementation 'org.apache.hcatalog:hcatalog-server-extensions:0.5.0-incubating'
// https://jarcasting.com/artifacts/org.apache.hcatalog/hcatalog-server-extensions/
implementation ("org.apache.hcatalog:hcatalog-server-extensions:0.5.0-incubating")
'org.apache.hcatalog:hcatalog-server-extensions:jar:0.5.0-incubating'
<dependency org="org.apache.hcatalog" name="hcatalog-server-extensions" rev="0.5.0-incubating">
<artifact name="hcatalog-server-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hcatalog', module='hcatalog-server-extensions', version='0.5.0-incubating')
)
libraryDependencies += "org.apache.hcatalog" % "hcatalog-server-extensions" % "0.5.0-incubating"
[org.apache.hcatalog/hcatalog-server-extensions "0.5.0-incubating"]