| License |
License |
|---|---|
| GroupId | GroupIdai.api |
| ArtifactId | ArtifactIdlibai |
| Last Version | Last Version1.6.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlibai
API.AI Java SDK allows using voice commands and integration with dialog scenarios defined for a particular agent in API.AI.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| libai-1.6.12.pom | |
| libai-1.6.12.jar | 51 KB |
| libai-1.6.12-sources.jar | 35 KB |
| libai-1.6.12-javadoc.jar | 217 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ai.api/libai/ -->
<dependency>
<groupId>ai.api</groupId>
<artifactId>libai</artifactId>
<version>1.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/ai.api/libai/
implementation 'ai.api:libai:1.6.12'
// https://jarcasting.com/artifacts/ai.api/libai/
implementation ("ai.api:libai:1.6.12")
'ai.api:libai:jar:1.6.12'
<dependency org="ai.api" name="libai" rev="1.6.12">
<artifact name="libai" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.api', module='libai', version='1.6.12')
)
libraryDependencies += "ai.api" % "libai" % "1.6.12"
[ai.api/libai "1.6.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.1 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-jdk14 | jar | 1.7.25 |
| junit : junit | jar | [4] |