Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.lakefs |
ArtifactId | ArtifactIdapi-client |
Version | Version0.57.0 |
Type | Typejar |
Filename | Size |
---|---|
api-client-0.57.0.pom | |
api-client-0.57.0.jar | 292 KB |
api-client-0.57.0-tests.jar | 49 KB |
api-client-0.57.0-sources.jar | 140 KB |
api-client-0.57.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.lakefs/api-client/ -->
<dependency>
<groupId>io.lakefs</groupId>
<artifactId>api-client</artifactId>
<version>0.57.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.lakefs/api-client/
implementation 'io.lakefs:api-client:0.57.0'
// https://jarcasting.com/artifacts/io.lakefs/api-client/
implementation ("io.lakefs:api-client:0.57.0")
'io.lakefs:api-client:jar:0.57.0'
<dependency org="io.lakefs" name="api-client" rev="0.57.0">
<artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lakefs', module='api-client', version='0.57.0')
)
libraryDependencies += "io.lakefs" % "api-client" % "0.57.0"
[io.lakefs/api-client "0.57.0"]