<dependency> <groupId>org.apache.kudu</groupId> <artifactId>kudu-client</artifactId> <version>1.8.0</version> </dependency>
implementation 'org.apache.kudu:kudu-client:1.8.0'
implementation("org.apache.kudu:kudu-client:1.8.0")
libraryDependencies += "org.apache.kudu" % "kudu-client" % "1.8.0"
@Grapes( @Grab(group='org.apache.kudu', module='kudu-client', version='1.8.0') )
<dependency org="org.apache.kudu" name="kudu-client" rev="1.8.0" />
[org.apache.kudu/kudu-client "1.8.0"]
'org.apache.kudu:kudu-client:jar:1.8.0'
compile
|-- com.stumbleupon:async:1.4.1
|-- org.slf4j:slf4j-api:1.7.25
|-- com.google.code.findbugs:jsr305:3.0.2
|-- org.apache.yetus:audience-annotations:0.8.0
test
|-- junit:junit:4.12
|-- log4j:log4j:1.2.17
|-- org.hamcrest:hamcrest-core:1.3
|-- org.mockito:mockito-core:2.22.0
|-- org.slf4j:slf4j-log4j12:1.7.25