License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdorg.apache.nlpcraft |
ArtifactId | ArtifactIdjava-client |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNLPCraft - Java Client
An open source API to convert natural language into actions.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-client-0.9.0.pom | |
java-client-0.9.0.jar | 52 KB |
java-client-0.9.0-tests.jar | 49 KB |
java-client-0.9.0-sources.jar | 60 KB |
java-client-0.9.0-javadoc.jar | 579 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.nlpcraft/java-client/ -->
<dependency>
<groupId>org.apache.nlpcraft</groupId>
<artifactId>java-client</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nlpcraft/java-client/
implementation 'org.apache.nlpcraft:java-client:0.9.0'
// https://jarcasting.com/artifacts/org.apache.nlpcraft/java-client/
implementation ("org.apache.nlpcraft:java-client:0.9.0")
'org.apache.nlpcraft:java-client:jar:0.9.0'
<dependency org="org.apache.nlpcraft" name="java-client" rev="0.9.0">
<artifact name="java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nlpcraft', module='java-client', version='0.9.0')
)
libraryDependencies += "org.apache.nlpcraft" % "java-client" % "0.9.0"
[org.apache.nlpcraft/java-client "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.commons : commons-lang3 | jar | 3.11 |
commons-validator : commons-validator | jar | 1.7 |
com.google.code.gson : gson | jar | 2.8.6 |
org.apache.logging.log4j : log4j-core | jar | 2.14.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.nlpcraft : nlpcraft | jar | 0.9.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |