is not current version
Last Version 1.2.4

com.github.ydespreaux.testcontainers:testcontainers-mysql 1.2.1

Test containers MySQL

Categories

Categories

MySQL Data Databases Container
GroupId

GroupId

com.github.ydespreaux.testcontainers
ArtifactId

ArtifactId

testcontainers-mysql
Version

Version

1.2.1
Type

Type

jar

Download testcontainers-mysql 1.2.1


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