Skip to content

Commit

Permalink
copy sbt example
Browse files Browse the repository at this point in the history
  • Loading branch information
BentsiLeviav committed Nov 20, 2024
1 parent 12d94b5 commit 9cb1427
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@ repositries {
}
```

</TabItem>
<TabItem value="SBT" label="SBT">

```sbt
libraryDependencies += "com.clickhouse" % "clickhouse-jdbc" % {{ clickhouse_jdbc_version }} classifier "all"
libraryDependencies += "com.clickhouse.spark" %% clickhouse-spark-runtime-{{ spark_binary_version }}_{{ scala_binary_version }} % {{ stable_version }}
```

</TabItem>
<TabItem value="Spark SQL/Shell CLI" label="Spark SQL/Shell CLI">

Expand Down

0 comments on commit 9cb1427

Please sign in to comment.