Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.hurence.logisland |
ArtifactId | ArtifactIdlogisland-service-hbase_1_1_2-client |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hurence.logisland/logisland-service-hbase_1_1_2-client/ -->
<dependency>
<groupId>com.hurence.logisland</groupId>
<artifactId>logisland-service-hbase_1_1_2-client</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hurence.logisland/logisland-service-hbase_1_1_2-client/
implementation 'com.hurence.logisland:logisland-service-hbase_1_1_2-client:1.1.2'
// https://jarcasting.com/artifacts/com.hurence.logisland/logisland-service-hbase_1_1_2-client/
implementation ("com.hurence.logisland:logisland-service-hbase_1_1_2-client:1.1.2")
'com.hurence.logisland:logisland-service-hbase_1_1_2-client:jar:1.1.2'
<dependency org="com.hurence.logisland" name="logisland-service-hbase_1_1_2-client" rev="1.1.2">
<artifact name="logisland-service-hbase_1_1_2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hurence.logisland', module='logisland-service-hbase_1_1_2-client', version='1.1.2')
)
libraryDependencies += "com.hurence.logisland" % "logisland-service-hbase_1_1_2-client" % "1.1.2"
[com.hurence.logisland/logisland-service-hbase_1_1_2-client "1.1.2"]