OLAMI Java Client SDK
This is a repository that contains Java SDK and code examples for using OLAMI HTTP APIs, an offering within OLAMI Open AI.
OLAMI website and documentation: http://olami.ai
License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdai.olami |
ArtifactId | ArtifactIdolami-java-client-sdk |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOLAMI Java Client SDK
OLAMI APIs Java client library and samples
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
olami-java-client-sdk-1.5.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.olami/olami-java-client-sdk/ -->
<dependency>
<groupId>ai.olami</groupId>
<artifactId>olami-java-client-sdk</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ai.olami/olami-java-client-sdk/
implementation 'ai.olami:olami-java-client-sdk:1.5.0'
// https://jarcasting.com/artifacts/ai.olami/olami-java-client-sdk/
implementation ("ai.olami:olami-java-client-sdk:1.5.0")
'ai.olami:olami-java-client-sdk:pom:1.5.0'
<dependency org="ai.olami" name="olami-java-client-sdk" rev="1.5.0">
<artifact name="olami-java-client-sdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='ai.olami', module='olami-java-client-sdk', version='1.5.0')
)
libraryDependencies += "ai.olami" % "olami-java-client-sdk" % "1.5.0"
[ai.olami/olami-java-client-sdk "1.5.0"]
This is a repository that contains Java SDK and code examples for using OLAMI HTTP APIs, an offering within OLAMI Open AI.
OLAMI website and documentation: http://olami.ai