не последняя версия
Последняя версия 1.17.2

org.testcontainers:mysql 1.1.8


Категории

Категории

MySQL Данные Базы данных Контейнер
Группа

Группа

org.testcontainers
Идентификатор

Идентификатор

mysql
Версия

Версия

1.1.8
Тип

Тип

jar

Скачать mysql 1.1.8


<!-- https://jarcasting.com/artifacts/org.testcontainers/mysql/ -->
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>mysql</artifactId>
    <version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/mysql/
implementation 'org.testcontainers:mysql:1.1.8'
// https://jarcasting.com/artifacts/org.testcontainers/mysql/
implementation ("org.testcontainers:mysql:1.1.8")
'org.testcontainers:mysql:jar:1.1.8'
<dependency org="org.testcontainers" name="mysql" rev="1.1.8">
  <artifact name="mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='mysql', version='1.1.8')
)
libraryDependencies += "org.testcontainers" % "mysql" % "1.1.8"
[org.testcontainers/mysql "1.1.8"]