MVN

com.ibm.watson.developer_cloud : compare-comply

Maven & Gradle

Apr 05, 2019
586 stars

conversation · Client library to use the IBM Watson Compare and Comply Service

<dependency>
    <groupId>com.ibm.watson.developer_cloud</groupId>
    <artifactId>compare-comply</artifactId>
    <version>6.14.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.watson.developer_cloud : compare-comply to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.14.2

All Versions

Choose a version of com.ibm.watson.developer_cloud : compare-comply to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.14.x
compare-comply-6.14.2
compare-comply-6.14.0
6.13.x
compare-comply-6.13.2
compare-comply-6.13.1
compare-comply-6.13.0
6.12.x
compare-comply-6.12.0
6.11.x
compare-comply-6.11.3
compare-comply-6.11.2
compare-comply-6.11.1
compare-comply-6.11.0
6.10.x
compare-comply-6.10.0

How to add a dependency to Maven

Add the following com.ibm.watson.developer_cloud : compare-comply maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.watson.developer_cloud</groupId>
    <artifactId>compare-comply</artifactId>
    <version>6.14.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.watson.developer_cloud : compare-comply gradle dependency to your build.gradle file:

implementation 'com.ibm.watson.developer_cloud:compare-comply:6.14.2'

Gradle Kotlin DSL: Add the following com.ibm.watson.developer_cloud : compare-comply gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.watson.developer_cloud:compare-comply:6.14.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.watson.developer_cloud : compare-comply sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.watson.developer_cloud" % "compare-comply" % "6.14.2"

Advertisement