Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdai.swim |
ArtifactId | ArtifactIdswim-client |
Version | Version3.9.1 |
Type | Typejar |
Filename | Size |
---|---|
swim-client-3.9.1.pom | |
swim-client-3.9.1.jar | 3 KB |
swim-client-3.9.1-sources.jar | 3 KB |
swim-client-3.9.1-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.swim/swim-client/ -->
<dependency>
<groupId>ai.swim</groupId>
<artifactId>swim-client</artifactId>
<version>3.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/ai.swim/swim-client/
implementation 'ai.swim:swim-client:3.9.1'
// https://jarcasting.com/artifacts/ai.swim/swim-client/
implementation ("ai.swim:swim-client:3.9.1")
'ai.swim:swim-client:jar:3.9.1'
<dependency org="ai.swim" name="swim-client" rev="3.9.1">
<artifact name="swim-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.swim', module='swim-client', version='3.9.1')
)
libraryDependencies += "ai.swim" % "swim-client" % "3.9.1"
[ai.swim/swim-client "3.9.1"]