License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases KeY Data Formats Formal Verification |
GroupId | GroupIdcom.ethlo.keyvalue |
ArtifactId | ArtifactIdkeyvalue-mysql |
Version | Version1.1.2 |
Type | Typejar |
Description |
DescriptionKey-Value - MySQL implementation
Parent pom providing dependency and plugin management for applications
built with Maven
|
Filename | Size |
---|---|
keyvalue-mysql-1.1.2.pom | |
keyvalue-mysql-1.1.2.jar | 18 KB |
keyvalue-mysql-1.1.2-sources.jar | 10 KB |
keyvalue-mysql-1.1.2-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.keyvalue/keyvalue-mysql/ -->
<dependency>
<groupId>com.ethlo.keyvalue</groupId>
<artifactId>keyvalue-mysql</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.keyvalue/keyvalue-mysql/
implementation 'com.ethlo.keyvalue:keyvalue-mysql:1.1.2'
// https://jarcasting.com/artifacts/com.ethlo.keyvalue/keyvalue-mysql/
implementation ("com.ethlo.keyvalue:keyvalue-mysql:1.1.2")
'com.ethlo.keyvalue:keyvalue-mysql:jar:1.1.2'
<dependency org="com.ethlo.keyvalue" name="keyvalue-mysql" rev="1.1.2">
<artifact name="keyvalue-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.keyvalue', module='keyvalue-mysql', version='1.1.2')
)
libraryDependencies += "com.ethlo.keyvalue" % "keyvalue-mysql" % "1.1.2"
[com.ethlo.keyvalue/keyvalue-mysql "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.ethlo.keyvalue : keyvalue-core | jar | 1.1.2 |
com.ethlo.keyvalue : keyvalue-compression | jar | 1.1.2 |
com.google.guava : guava | jar | 28.2-jre |
mysql : mysql-connector-java | jar | 8.0.18 |
org.slf4j : slf4j-api | jar | 1.7.28 |
org.springframework : spring-context | jar | |
org.springframework : spring-jdbc | jar | |
org.springframework.boot : spring-boot-starter-data-jdbc | jar | 2.2.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.13.2 |
org.springframework : spring-test | jar | |
org.springframework.boot : spring-boot-test-autoconfigure | jar | 2.2.0.RELEASE |