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