MVN

com.ibm.watson.health.cognitive-services : insights-for-medical-literature

Maven & Gradle

Apr 09, 2022
1 stars

insights-for-medical-literature

<dependency>
    <groupId>com.ibm.watson.health.cognitive-services</groupId>
    <artifactId>insights-for-medical-literature</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 : insights-for-medical-literature 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 : insights-for-medical-literature to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ibm.watson.health.cognitive-services</groupId>
    <artifactId>insights-for-medical-literature</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 : insights-for-medical-literature gradle dependency to your build.gradle file:

implementation 'com.ibm.watson.health.cognitive-services:insights-for-medical-literature:1.5.2'

Gradle Kotlin DSL: Add the following com.ibm.watson.health.cognitive-services : insights-for-medical-literature gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.watson.health.cognitive-services:insights-for-medical-literature:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.watson.health.cognitive-services : insights-for-medical-literature sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.watson.health.cognitive-services" % "insights-for-medical-literature" % "1.5.2"