GroupId | GroupIdch.cern.hbase.thirdparty |
---|---|
ArtifactId | ArtifactIdhbase-thirdparty |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
hbase-thirdparty-2.1.0.pom | 16 KB |
hbase-thirdparty-2.1.0-javadoc.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.cern.hbase.thirdparty/hbase-thirdparty/ -->
<dependency>
<groupId>ch.cern.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hbase.thirdparty/hbase-thirdparty/
implementation 'ch.cern.hbase.thirdparty:hbase-thirdparty:2.1.0'
// https://jarcasting.com/artifacts/ch.cern.hbase.thirdparty/hbase-thirdparty/
implementation ("ch.cern.hbase.thirdparty:hbase-thirdparty:2.1.0")
'ch.cern.hbase.thirdparty:hbase-thirdparty:jar:2.1.0'
<dependency org="ch.cern.hbase.thirdparty" name="hbase-thirdparty" rev="2.1.0">
<artifact name="hbase-thirdparty" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hbase.thirdparty', module='hbase-thirdparty', version='2.1.0')
)
libraryDependencies += "ch.cern.hbase.thirdparty" % "hbase-thirdparty" % "2.1.0"
[ch.cern.hbase.thirdparty/hbase-thirdparty "2.1.0"]