MVN

com.ibm.watson : assistant

Maven & Gradle

Aug 08, 2023
2 usages
582 stars

IBM Watson Java SDK - Assistant

<dependency>
    <groupId>com.ibm.watson</groupId>
    <artifactId>assistant</artifactId>
    <version>11.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 11.0.1
  • Latest Release Candidate: 9.0.0-rc.2

All Versions

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

Version Vulnerabilities Updated
11.0.x
assistant-11.0.1
assistant-11.0.0
10.1.x
assistant-10.1.0
10.0.x
assistant-10.0.1
assistant-10.0.0
9.3.x
assistant-9.3.1
assistant-9.3.0
9.2.x
assistant-9.2.2
assistant-9.2.1
assistant-9.2.0
9.1.x
assistant-9.1.1
assistant-9.1.0
9.0.x
assistant-9.0.2
assistant-9.0.1
assistant-9.0.0-rc.2
assistant-9.0.0
8.6.x
assistant-8.6.3
assistant-8.6.2
assistant-8.6.1
assistant-8.6.0
8.5.x
assistant-8.5.0
8.4.x
assistant-8.4.0
8.3.x
assistant-8.3.1
assistant-8.3.0
8.2.x
assistant-8.2.1
assistant-8.2.0
8.1.x
assistant-8.1.0
8.0.x
assistant-8.0.1
assistant-8.0.0
assistant-8.0.0-rc1
7.4.x
assistant-7.4.1
assistant-7.4.0
7.3.x
assistant-7.3.1
assistant-7.3.0
7.2.x
assistant-7.2.0
7.1.x
assistant-7.1.1
assistant-7.1.0
7.0.x
assistant-7.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ibm.watson</groupId>
    <artifactId>assistant</artifactId>
    <version>11.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.watson : assistant gradle dependency to your build.gradle file:

implementation 'com.ibm.watson:assistant:11.0.1'

Gradle Kotlin DSL: Add the following com.ibm.watson : assistant gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.watson:assistant:11.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.watson : assistant sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.watson" % "assistant" % "11.0.1"