Categories |
CategoriesIDE Development Tools config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.deephacks.tools4j |
ArtifactId | ArtifactIdtools4j-config-provider-hbase |
Version | Version0.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-config-provider-hbase/ -->
<dependency>
<groupId>org.deephacks.tools4j</groupId>
<artifactId>tools4j-config-provider-hbase</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-config-provider-hbase/
implementation 'org.deephacks.tools4j:tools4j-config-provider-hbase:0.0.5'
// https://jarcasting.com/artifacts/org.deephacks.tools4j/tools4j-config-provider-hbase/
implementation ("org.deephacks.tools4j:tools4j-config-provider-hbase:0.0.5")
'org.deephacks.tools4j:tools4j-config-provider-hbase:jar:0.0.5'
<dependency org="org.deephacks.tools4j" name="tools4j-config-provider-hbase" rev="0.0.5">
<artifact name="tools4j-config-provider-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deephacks.tools4j', module='tools4j-config-provider-hbase', version='0.0.5')
)
libraryDependencies += "org.deephacks.tools4j" % "tools4j-config-provider-hbase" % "0.0.5"
[org.deephacks.tools4j/tools4j-config-provider-hbase "0.0.5"]