m

mysql-5.x-plugin

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