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