MVN

com.ibm.watson.health.cognitive-services : ibm-whcs-services-common

Maven & Gradle

Apr 09, 2022
2 usages
1 stars

IBM Watson Health Cognitive Services Common Library

<dependency>
    <groupId>com.ibm.watson.health.cognitive-services</groupId>
    <artifactId>ibm-whcs-services-common</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.watson.health.cognitive-services : ibm-whcs-services-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of com.ibm.watson.health.cognitive-services : ibm-whcs-services-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
ibm-whcs-services-common-1.5.2
ibm-whcs-services-common-1.5.1
ibm-whcs-services-common-1.5.0
1.4.x
ibm-whcs-services-common-1.4.2
ibm-whcs-services-common-1.4.1
ibm-whcs-services-common-1.4.0
1.3.x
ibm-whcs-services-common-1.3.0
1.2.x
ibm-whcs-services-common-1.2.2
1.1.x
ibm-whcs-services-common-1.1.16
ibm-whcs-services-common-1.1.15
ibm-whcs-services-common-1.1.14
ibm-whcs-services-common-1.1.12
ibm-whcs-services-common-1.1.6
ibm-whcs-services-common-1.1.5
ibm-whcs-services-common-1.1.4
ibm-whcs-services-common-1.1.3
ibm-whcs-services-common-1.1.2
ibm-whcs-services-common-1.1.1
ibm-whcs-services-common-1.1.0
0.0.x
ibm-whcs-services-common-0.0.13
ibm-whcs-services-common-0.0.12
ibm-whcs-services-common-0.0.10
ibm-whcs-services-common-0.0.8
ibm-whcs-services-common-0.0.7
ibm-whcs-services-common-0.0.6

How to add a dependency to Maven

Add the following com.ibm.watson.health.cognitive-services : ibm-whcs-services-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.watson.health.cognitive-services</groupId>
    <artifactId>ibm-whcs-services-common</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.watson.health.cognitive-services : ibm-whcs-services-common gradle dependency to your build.gradle file:

implementation 'com.ibm.watson.health.cognitive-services:ibm-whcs-services-common:1.5.2'

Gradle Kotlin DSL: Add the following com.ibm.watson.health.cognitive-services : ibm-whcs-services-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.watson.health.cognitive-services:ibm-whcs-services-common:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.watson.health.cognitive-services : ibm-whcs-services-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.watson.health.cognitive-services" % "ibm-whcs-services-common" % "1.5.2"