GroupId | GroupIdcom.github.chuangwu |
---|---|
ArtifactId | ArtifactIdchu-apm-plugin |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
chu-apm-plugin-1.3.1.pom | |
chu-apm-plugin-1.3.1.jar | 29 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chuangwu/chu-apm-plugin/
implementation 'com.github.chuangwu:chu-apm-plugin:1.3.1'
// https://jarcasting.com/artifacts/com.github.chuangwu/chu-apm-plugin/
implementation ("com.github.chuangwu:chu-apm-plugin:1.3.1")
'com.github.chuangwu:chu-apm-plugin:jar:1.3.1'
<dependency org="com.github.chuangwu" name="chu-apm-plugin" rev="1.3.1">
<artifact name="chu-apm-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chuangwu', module='chu-apm-plugin', version='1.3.1')
)
libraryDependencies += "com.github.chuangwu" % "chu-apm-plugin" % "1.3.1"
[com.github.chuangwu/chu-apm-plugin "1.3.1"]