<dependency>
<groupId>io.github.thebesteric.framework.apm.agent.plugins</groupId>
<artifactId>mysql-plugins</artifactId>
<version>1.0.0</version>
</dependency>
implementation group: 'io.github.thebesteric.framework.apm.agent.plugins', name: 'mysql-plugins', version: '1.0.0'
implementation 'io.github.thebesteric.framework.apm.agent.plugins:mysql-plugins:1.0.0'
implementation("io.github.thebesteric.framework.apm.agent.plugins:mysql-plugins:1.0.0")
libraryDependencies += "io.github.thebesteric.framework.apm.agent.plugins" % "mysql-plugins" % "1.0.0"
<dependency org="io.github.thebesteric.framework.apm.agent.plugins" name="mysql-plugins" rev="1.0.0"/>
@Grapes(
@Grab(group='io.github.thebesteric.framework.apm.agent.plugins', module='mysql-plugins', version='1.0.0')
)
[io.github.thebesteric.framework.apm.agent.plugins/mysql-plugins "1.0.0"]
'io.github.thebesteric.framework.apm.agent.plugins:mysql-plugins:jar:1.0.0'