How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.9.1</version>
</dependency>
Choose a version of com.google.cloud.bigtable : bigtable-client to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
bigtable-client-0.9.1
|
||
bigtable-client-0.9.0
|
|||
0.3.x |
bigtable-client-0.3.0
|
||
0.2.x |
bigtable-client-0.2.4
|
||
bigtable-client-0.2.3
|
|||
bigtable-client-0.2.2
|
|||
bigtable-client-0.2.1
|
|||
bigtable-client-0.2.0
|
|||
0.1.x |
bigtable-client-0.1.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.9.1</version>
</dependency>
Advertisement