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