Download conversation-3.7.2.jar file - Jar c

Jar examples for c:conversation

Description

Client library to use the IBM Watson Conversation Service

You can download jar file conversation 3.7.2 in this page.

License

Nexmo Conversation SDK License Agreement

Build File

You can use the following script to add conversation-3.7.2.jar to your project.

<dependency>
   <groupId>com.ibm.watson.developer_cloud</groupId>
   <artifactId>conversation</artifactId>
   <version>3.7.2</version>
</dependency>
compile group: 'com.ibm.watson.developer_cloud', name: 'conversation', version: '3.7.2'
libraryDependencies += "com.ibm.watson.developer_cloud" % "conversation" % "3.7.2"
<dependency org="com.ibm.watson.developer_cloud" name="conversation" rev="3.7.2"/>
@Grapes(@Grab(group='com.ibm.watson.developer_cloud', module='conversation', version='3.7.2'))
'com.ibm.watson.developer_cloud:conversation:jar:3.7.2'

Download

Click the following link to download the jar file.

conversation-3.7.2-javadoc.jar
conversation-3.7.2-sources.jar
conversation-3.7.2.jar
conversation-3.7.2.pom



Related Tutorials