GroupId | GroupIdcom.github.chuangwu |
---|---|
ArtifactId | ArtifactIdchu-apm-plugin |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
chu-apm-plugin-1.3.2.pom | |
chu-apm-plugin-1.3.2.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chuangwu/chu-apm-plugin/ -->
<dependency>
<groupId>com.github.chuangwu</groupId>
<artifactId>chu-apm-plugin</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chuangwu/chu-apm-plugin/
implementation 'com.github.chuangwu:chu-apm-plugin:1.3.2'
// https://jarcasting.com/artifacts/com.github.chuangwu/chu-apm-plugin/
implementation ("com.github.chuangwu:chu-apm-plugin:1.3.2")
'com.github.chuangwu:chu-apm-plugin:jar:1.3.2'
<dependency org="com.github.chuangwu" name="chu-apm-plugin" rev="1.3.2">
<artifact name="chu-apm-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chuangwu', module='chu-apm-plugin', version='1.3.2')
)
libraryDependencies += "com.github.chuangwu" % "chu-apm-plugin" % "1.3.2"
[com.github.chuangwu/chu-apm-plugin "1.3.2"]