GroupId | GroupIdcom.github.chuangwu |
---|---|
ArtifactId | ArtifactIdapm |
Version | Version1.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
apm-1.3.0.pom | |
apm-1.3.0.aar | 41 KB |
apm-1.3.0-sources.jar | 13 KB |
apm-1.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chuangwu/apm/ -->
<dependency>
<groupId>com.github.chuangwu</groupId>
<artifactId>apm</artifactId>
<version>1.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chuangwu/apm/
implementation 'com.github.chuangwu:apm:1.3.0'
// https://jarcasting.com/artifacts/com.github.chuangwu/apm/
implementation ("com.github.chuangwu:apm:1.3.0")
'com.github.chuangwu:apm:aar:1.3.0'
<dependency org="com.github.chuangwu" name="apm" rev="1.3.0">
<artifact name="apm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chuangwu', module='apm', version='1.3.0')
)
libraryDependencies += "com.github.chuangwu" % "apm" % "1.3.0"
[com.github.chuangwu/apm "1.3.0"]