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