Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.lakefs |
ArtifactId | ArtifactIdapi-client |
Version | Version0.67.0 |
Type | Typejar |
Filename | Size |
---|---|
api-client-0.67.0.pom | |
api-client-0.67.0.jar | 314 KB |
api-client-0.67.0-tests.jar | 55 KB |
api-client-0.67.0-sources.jar | 155 KB |
api-client-0.67.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.67.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.lakefs/api-client/
implementation 'io.lakefs:api-client:0.67.0'
// https://jarcasting.com/artifacts/io.lakefs/api-client/
implementation ("io.lakefs:api-client:0.67.0")
'io.lakefs:api-client:jar:0.67.0'
<dependency org="io.lakefs" name="api-client" rev="0.67.0">
<artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lakefs', module='api-client', version='0.67.0')
)
libraryDependencies += "io.lakefs" % "api-client" % "0.67.0"
[io.lakefs/api-client "0.67.0"]