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