License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.pingcap.tikv |
ArtifactId | ArtifactIdtikv-client |
Version | Version2.5.0 |
Type | Typejar |
Description |
DescriptionTiSpark Project TiKV Java Client
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project OrganizationPingCAP |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tikv-client-2.5.0.pom | |
tikv-client-2.5.0.jar | 22 MB |
tikv-client-2.5.0-sources.jar | 2 MB |
tikv-client-2.5.0-javadoc.jar | 16 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pingcap.tikv/tikv-client/ -->
<dependency>
<groupId>com.pingcap.tikv</groupId>
<artifactId>tikv-client</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pingcap.tikv/tikv-client/
implementation 'com.pingcap.tikv:tikv-client:2.5.0'
// https://jarcasting.com/artifacts/com.pingcap.tikv/tikv-client/
implementation ("com.pingcap.tikv:tikv-client:2.5.0")
'com.pingcap.tikv:tikv-client:jar:2.5.0'
<dependency org="com.pingcap.tikv" name="tikv-client" rev="2.5.0">
<artifact name="tikv-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pingcap.tikv', module='tikv-client', version='2.5.0')
)
libraryDependencies += "com.pingcap.tikv" % "tikv-client" % "2.5.0"
[com.pingcap.tikv/tikv-client "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.16 |
org.slf4j : slf4j-log4j12 | jar | 1.7.16 |
org.slf4j : jul-to-slf4j | jar | 1.7.16 |
org.slf4j : jcl-over-slf4j | jar | 1.7.16 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.10 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.8 |
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
io.grpc : grpc-testing | jar | 1.29.0 |