<dependency>
<groupId>io.github.greycode</groupId>
<artifactId>shardingsphere-test-e2e-agent-plugins-tracing</artifactId>
<version>5.3.3.1</version>
</dependency>
implementation group: 'io.github.greycode', name: 'shardingsphere-test-e2e-agent-plugins-tracing', version: '5.3.3.1'
implementation 'io.github.greycode:shardingsphere-test-e2e-agent-plugins-tracing:5.3.3.1'
implementation("io.github.greycode:shardingsphere-test-e2e-agent-plugins-tracing:5.3.3.1")
libraryDependencies += "io.github.greycode" % "shardingsphere-test-e2e-agent-plugins-tracing" % "5.3.3.1"
<dependency org="io.github.greycode" name="shardingsphere-test-e2e-agent-plugins-tracing" rev="5.3.3.1"/>
@Grapes(
@Grab(group='io.github.greycode', module='shardingsphere-test-e2e-agent-plugins-tracing', version='5.3.3.1')
)
[io.github.greycode/shardingsphere-test-e2e-agent-plugins-tracing "5.3.3.1"]
'io.github.greycode:shardingsphere-test-e2e-agent-plugins-tracing:jar:5.3.3.1'