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