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