| GroupId | GroupIdcom.github.liuzhengyang |
|---|---|
| ArtifactId | ArtifactIdapm-boot |
| Version | Version1.10.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| apm-boot-1.10.4.pom | |
| apm-boot-1.10.4.jar | 6 KB |
| apm-boot-1.10.4-sources.jar | 2 KB |
| apm-boot-1.10.4-javadoc.jar | 23 KB |
| apm-boot-1.10.4-jar-with-dependencies.jar | 19 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuzhengyang/apm-boot/ -->
<dependency>
<groupId>com.github.liuzhengyang</groupId>
<artifactId>apm-boot</artifactId>
<version>1.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhengyang/apm-boot/
implementation 'com.github.liuzhengyang:apm-boot:1.10.4'
// https://jarcasting.com/artifacts/com.github.liuzhengyang/apm-boot/
implementation ("com.github.liuzhengyang:apm-boot:1.10.4")
'com.github.liuzhengyang:apm-boot:jar:1.10.4'
<dependency org="com.github.liuzhengyang" name="apm-boot" rev="1.10.4">
<artifact name="apm-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhengyang', module='apm-boot', version='1.10.4')
)
libraryDependencies += "com.github.liuzhengyang" % "apm-boot" % "1.10.4"
[com.github.liuzhengyang/apm-boot "1.10.4"]