Download libai-1.6.12.jar file - Jar l

Jar examples for l:libai

Description

API.AI Java SDK allows using voice commands and integration with dialog scenarios defined for a particular agent in API.AI.

You can download jar file libai 1.6.12 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add libai-1.6.12.jar to your project.

<dependency>
   <groupId>ai.api</groupId>
   <artifactId>libai</artifactId>
   <version>1.6.12</version>
</dependency>
compile group: 'ai.api', name: 'libai', version: '1.6.12'
libraryDependencies += "ai.api" % "libai" % "1.6.12"
<dependency org="ai.api" name="libai" rev="1.6.12"/>
@Grapes(@Grab(group='ai.api', module='libai', version='1.6.12'))
'ai.api:libai:jar:1.6.12'

Download

Click the following link to download the jar file.

libai-1.6.12-javadoc.jar
libai-1.6.12-sources.jar
libai-1.6.12.jar
libai-1.6.12.pom



Related Tutorials