文件下载
文件名 操作
mysql-1.0.3.pom 下载
mysql-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.henryssondaniel.teacup.service.report</groupId>
  <artifactId>mysql</artifactId>
  <version>1.0.3</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'io.github.henryssondaniel.teacup.service.report:mysql:1.0.3'
Gradle Kotlin
implementation("io.github.henryssondaniel.teacup.service.report:mysql:1.0.3")
Scala SBT
libraryDependencies += "io.github.henryssondaniel.teacup.service.report" % "mysql" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.henryssondaniel.teacup.service.report', module='mysql', version='1.0.3')
)
Apache Ivy
<dependency org="io.github.henryssondaniel.teacup.service.report" name="mysql" rev="1.0.3" />
Leiningen
[io.github.henryssondaniel.teacup.service.report/mysql "1.0.3"]
Apache Buildr
'io.github.henryssondaniel.teacup.service.report:mysql:jar:1.0.3'
本项目依赖
该项目无第三方依赖