How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-parent</artifactId>
<version>2.6.5</version>
</dependency>
Choose a version of com.github.housepower : clickhouse-native-jdbc-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.6.x |
clickhouse-native-jdbc-parent-2.6.5
|
||
clickhouse-native-jdbc-parent-2.6.4
|
|||
clickhouse-native-jdbc-parent-2.6.3
|
|||
clickhouse-native-jdbc-parent-2.6.2
|
|||
clickhouse-native-jdbc-parent-2.6.1
|
|||
clickhouse-native-jdbc-parent-2.6.0
|
|||
2.5.x |
clickhouse-native-jdbc-parent-2.5.7
|
||
clickhouse-native-jdbc-parent-2.5.6
|
|||
clickhouse-native-jdbc-parent-2.5.5
|
|||
clickhouse-native-jdbc-parent-2.5.4
|
|||
clickhouse-native-jdbc-parent-2.5.3
|
|||
clickhouse-native-jdbc-parent-2.5.2
|
|||
clickhouse-native-jdbc-parent-2.5.1
|
|||
clickhouse-native-jdbc-parent-2.5.0
|
|||
2.4.x |
clickhouse-native-jdbc-parent-2.4.4
|
||
clickhouse-native-jdbc-parent-2.4.3
|
|||
clickhouse-native-jdbc-parent-2.4.2
|
|||
clickhouse-native-jdbc-parent-2.4.1
|
|||
clickhouse-native-jdbc-parent-2.4.0
|
|||
2.3 |
clickhouse-native-jdbc-parent-2.3-stable
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-parent</artifactId>
<version>2.6.5</version>
</dependency>
Advertisement