| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMySQL Данные Базы данных KeY Data Formats Formal Verification |
| Группа | Группаcom.ethlo.keyvalue |
| Идентификатор | Идентификаторkeyvalue-mysql |
| Последняя версия | Последняя версия1.1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеKey-Value - MySQL implementation
Parent pom providing dependency and plugin management for applications
built with Maven
|
| Имя Файла | Размер |
|---|---|
| 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 | 40 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |