| GroupId | GroupIdcom.github.liuzhengyang |
|---|---|
| ArtifactId | ArtifactIdsimple-apm |
| Version | Version1.10.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| simple-apm-1.10.4.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuzhengyang/simple-apm/ -->
<dependency>
<groupId>com.github.liuzhengyang</groupId>
<artifactId>simple-apm</artifactId>
<version>1.10.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhengyang/simple-apm/
implementation 'com.github.liuzhengyang:simple-apm:1.10.4'
// https://jarcasting.com/artifacts/com.github.liuzhengyang/simple-apm/
implementation ("com.github.liuzhengyang:simple-apm:1.10.4")
'com.github.liuzhengyang:simple-apm:pom:1.10.4'
<dependency org="com.github.liuzhengyang" name="simple-apm" rev="1.10.4">
<artifact name="simple-apm" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhengyang', module='simple-apm', version='1.10.4')
)
libraryDependencies += "com.github.liuzhengyang" % "simple-apm" % "1.10.4"
[com.github.liuzhengyang/simple-apm "1.10.4"]