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