License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.dispalt.vitess |
ArtifactId | ArtifactIdclient |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUmbrella project for all Java activities for Vitess
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
client-1.2.0.pom | |
client-1.2.0.jar | 1 MB |
client-1.2.0-tests.jar | 50 KB |
client-1.2.0-sources.jar | 477 KB |
client-1.2.0-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dispalt.vitess/client/ -->
<dependency>
<groupId>com.dispalt.vitess</groupId>
<artifactId>client</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dispalt.vitess/client/
implementation 'com.dispalt.vitess:client:1.2.0'
// https://jarcasting.com/artifacts/com.dispalt.vitess/client/
implementation ("com.dispalt.vitess:client:1.2.0")
'com.dispalt.vitess:client:jar:1.2.0'
<dependency org="com.dispalt.vitess" name="client" rev="1.2.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dispalt.vitess', module='client', version='1.2.0')
)
libraryDependencies += "com.dispalt.vitess" % "client" % "1.2.0"
[com.dispalt.vitess/client "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
joda-time : joda-time | jar | 2.5 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
org.apache.commons : commons-collections4 | jar | 4.1 |
commons-io : commons-io | jar | 2.5 |
com.google.code.gson : gson | jar | 2.8.0 |
com.google.guava : guava | jar | 19.0 |
log4j : log4j | jar | 1.2.17 |
com.google.protobuf : protobuf-java | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |