License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.kudu |
ArtifactId | ArtifactIdkudu-client |
Last Version | Last Version1.16.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Project URL |
Project URL |
Filename | Size |
---|---|
kudu-client-1.16.0.pom | |
kudu-client-1.16.0.jar | 13 MB |
kudu-client-1.16.0-unshaded.jar | 4 MB |
kudu-client-1.16.0-tests.jar | 305 KB |
kudu-client-1.16.0-test-sources.jar | 183 KB |
kudu-client-1.16.0-sources.jar | 343 KB |
kudu-client-1.16.0-javadoc.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.kudu/kudu-client/ -->
<dependency>
<groupId>org.apache.kudu</groupId>
<artifactId>kudu-client</artifactId>
<version>1.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.kudu/kudu-client/
implementation 'org.apache.kudu:kudu-client:1.16.0'
// https://jarcasting.com/artifacts/org.apache.kudu/kudu-client/
implementation ("org.apache.kudu:kudu-client:1.16.0")
'org.apache.kudu:kudu-client:jar:1.16.0'
<dependency org="org.apache.kudu" name="kudu-client" rev="1.16.0">
<artifact name="kudu-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.kudu', module='kudu-client', version='1.16.0')
)
libraryDependencies += "org.apache.kudu" % "kudu-client" % "1.16.0"
[org.apache.kudu/kudu-client "1.16.0"]
Group / Artifact | Type | Version |
---|---|---|
com.stumbleupon : async | jar | 1.4.1 |
org.slf4j : slf4j-api | jar | 1.7.33 |
com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
org.apache.yetus : audience-annotations Optional | jar | 0.13.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.apache.kudu : kudu-test-utils | jar | 1.16.0 |
org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
org.mockito : mockito-core | jar | 4.2.0 |