Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.ai-flow |
ArtifactId | ArtifactIdaiflow-client |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
aiflow-client-0.2.0.pom | |
aiflow-client-0.2.0.jar | 1 MB |
aiflow-client-0.2.0-tests.jar | 26 KB |
aiflow-client-0.2.0-test-jar-with-dependencies.jar | 45 MB |
aiflow-client-0.2.0-sources.jar | 285 KB |
aiflow-client-0.2.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ai-flow/aiflow-client/ -->
<dependency>
<groupId>org.ai-flow</groupId>
<artifactId>aiflow-client</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ai-flow/aiflow-client/
implementation 'org.ai-flow:aiflow-client:0.2.0'
// https://jarcasting.com/artifacts/org.ai-flow/aiflow-client/
implementation ("org.ai-flow:aiflow-client:0.2.0")
'org.ai-flow:aiflow-client:jar:0.2.0'
<dependency org="org.ai-flow" name="aiflow-client" rev="0.2.0">
<artifact name="aiflow-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ai-flow', module='aiflow-client', version='0.2.0')
)
libraryDependencies += "org.ai-flow" % "aiflow-client" % "0.2.0"
[org.ai-flow/aiflow-client "0.2.0"]