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