<dependency> <groupId>io.semla</groupId> <artifactId>semla-mysql</artifactId> <version>1.0.9</version> </dependency>
implementation 'io.semla:semla-mysql:1.0.9'
implementation("io.semla:semla-mysql:1.0.9")
libraryDependencies += "io.semla" % "semla-mysql" % "1.0.9"
@Grapes( @Grab(group='io.semla', module='semla-mysql', version='1.0.9') )
<dependency org="io.semla" name="semla-mysql" rev="1.0.9" />
[io.semla/semla-mysql "1.0.9"]
'io.semla:semla-mysql:jar:1.0.9'
<parent> <groupId>io.semla</groupId> <artifactId>semla</artifactId> <version>1.0.9</version> </parent>
compile
|-- io.semla:semla-jdbi:1.0.9
test
|-- mysql:mysql-connector-java:8.0.21
|-- io.semla:semla-testing:1.0.9
|-- io.semla:semla-core:1.0.9
|-- org.testcontainers:mysql