Download alchemy-3.7.1.jar file - Jar a

Jar examples for a:alchemy

Description

Java client for the AlchemyAPI, a cloud-based text mining platform (http://www.alchemyapi.com/).

You can download jar file alchemy 3.7.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add alchemy-3.7.1.jar to your project.

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

Download

Click the following link to download the jar file.

alchemy-3.7.1-javadoc.jar
alchemy-3.7.1-sources.jar
alchemy-3.7.1.jar
alchemy-3.7.1.pom



Related Tutorials