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

org.testcontainers:mysql 1.8.0

Isolated container management for Java code testing

Категории

Категории

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

Группа

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

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

mysql
Версия

Версия

1.8.0
Тип

Тип

jar

Скачать mysql 1.8.0


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