Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.housepower |
ArtifactId | ArtifactIdclickhouse-integration-spark_2.12 |
Version | Version2.5.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.housepower/clickhouse-integration-spark_2.12/ -->
<dependency>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-integration-spark_2.12</artifactId>
<version>2.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-integration-spark_2.12/
implementation 'com.github.housepower:clickhouse-integration-spark_2.12:2.5.5'
// https://jarcasting.com/artifacts/com.github.housepower/clickhouse-integration-spark_2.12/
implementation ("com.github.housepower:clickhouse-integration-spark_2.12:2.5.5")
'com.github.housepower:clickhouse-integration-spark_2.12:jar:2.5.5'
<dependency org="com.github.housepower" name="clickhouse-integration-spark_2.12" rev="2.5.5">
<artifact name="clickhouse-integration-spark_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.housepower', module='clickhouse-integration-spark_2.12', version='2.5.5')
)
libraryDependencies += "com.github.housepower" % "clickhouse-integration-spark_2.12" % "2.5.5"
[com.github.housepower/clickhouse-integration-spark_2.12 "2.5.5"]