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