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