| GroupId | GroupIdcn.jiguang.sdk |
|---|---|
| ArtifactId | ArtifactIdjcore-custom |
| Version | Version3.0.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| jcore-custom-3.0.3.pom | |
| jcore-custom-3.0.3-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>3.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.jiguang.sdk/jcore-custom/
implementation 'cn.jiguang.sdk:jcore-custom:3.0.3'
// https://jarcasting.com/artifacts/cn.jiguang.sdk/jcore-custom/
implementation ("cn.jiguang.sdk:jcore-custom:3.0.3")
'cn.jiguang.sdk:jcore-custom:aar:3.0.3'
<dependency org="cn.jiguang.sdk" name="jcore-custom" rev="3.0.3">
<artifact name="jcore-custom" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.jiguang.sdk', module='jcore-custom', version='3.0.3')
)
libraryDependencies += "cn.jiguang.sdk" % "jcore-custom" % "3.0.3"
[cn.jiguang.sdk/jcore-custom "3.0.3"]