| GroupId | GroupIdcn.jiguang.sdk |
|---|---|
| ArtifactId | ArtifactIdjcore-custom |
| Version | Version2.9.9 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| jcore-custom-2.9.9.pom | |
| jcore-custom-2.9.9-sources.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.jiguang.sdk/jcore-custom/ -->
<dependency>
<groupId>cn.jiguang.sdk</groupId>
<artifactId>jcore-custom</artifactId>
<version>2.9.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.jiguang.sdk/jcore-custom/
implementation 'cn.jiguang.sdk:jcore-custom:2.9.9'
// https://jarcasting.com/artifacts/cn.jiguang.sdk/jcore-custom/
implementation ("cn.jiguang.sdk:jcore-custom:2.9.9")
'cn.jiguang.sdk:jcore-custom:aar:2.9.9'
<dependency org="cn.jiguang.sdk" name="jcore-custom" rev="2.9.9">
<artifact name="jcore-custom" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.jiguang.sdk', module='jcore-custom', version='2.9.9')
)
libraryDependencies += "cn.jiguang.sdk" % "jcore-custom" % "2.9.9"
[cn.jiguang.sdk/jcore-custom "2.9.9"]