文件下载
文件名 操作
semla-mysql-1.0.9.jar 下载
semla-mysql-1.0.9.pom 下载
semla-mysql-1.0.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.semla</groupId>
  <artifactId>semla-mysql</artifactId>
  <version>1.0.9</version>
</dependency>
Gradle Groovy
implementation 'io.semla:semla-mysql:1.0.9'
Gradle Kotlin
implementation("io.semla:semla-mysql:1.0.9")
Scala SBT
libraryDependencies += "io.semla" % "semla-mysql" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.semla', module='semla-mysql', version='1.0.9')
)
Apache Ivy
<dependency org="io.semla" name="semla-mysql" rev="1.0.9" />
Leiningen
[io.semla/semla-mysql "1.0.9"]
Apache Buildr
'io.semla:semla-mysql:jar:1.0.9'