How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ibm.watson.health.cognitive-services</groupId>
<artifactId>ibm-whcs-services</artifactId>
<version>1.5.2</version>
</dependency>
Choose a version of com.ibm.watson.health.cognitive-services : ibm-whcs-services to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
ibm-whcs-services-1.5.2
|
||
ibm-whcs-services-1.5.1
|
|||
ibm-whcs-services-1.5.0
|
|||
1.4.x |
ibm-whcs-services-1.4.2
|
||
ibm-whcs-services-1.4.1
|
|||
ibm-whcs-services-1.4.0
|
|||
1.3.x |
ibm-whcs-services-1.3.0
|
||
1.2.x |
ibm-whcs-services-1.2.2
|
||
1.1.x |
ibm-whcs-services-1.1.16
|
||
ibm-whcs-services-1.1.15
|
|||
ibm-whcs-services-1.1.14
|
|||
ibm-whcs-services-1.1.12
|
|||
ibm-whcs-services-1.1.6
|
|||
ibm-whcs-services-1.1.5
|
|||
ibm-whcs-services-1.1.4
|
|||
ibm-whcs-services-1.1.3
|
|||
ibm-whcs-services-1.1.2
|
|||
ibm-whcs-services-1.1.1
|
|||
ibm-whcs-services-1.1.0
|
|||
0.0.x |
ibm-whcs-services-0.0.13
|
||
ibm-whcs-services-0.0.12
|
|||
ibm-whcs-services-0.0.10
|
|||
ibm-whcs-services-0.0.8
|
|||
ibm-whcs-services-0.0.7
|
|||
ibm-whcs-services-0.0.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ibm.watson.health.cognitive-services</groupId>
<artifactId>ibm-whcs-services</artifactId>
<version>1.5.2</version>
</dependency>
Advertisement