| GroupId | GroupIdcn.com.analysys |
|---|---|
| ArtifactId | ArtifactIdanalysys-push |
| Version | Version4.5.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| analysys-push-4.5.3.pom | |
| analysys-push-4.5.3.aar | 5 KB |
| analysys-push-4.5.3-sources.jar | 4 KB |
| analysys-push-4.5.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.com.analysys/analysys-push/ -->
<dependency>
<groupId>cn.com.analysys</groupId>
<artifactId>analysys-push</artifactId>
<version>4.5.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.com.analysys/analysys-push/
implementation 'cn.com.analysys:analysys-push:4.5.3'
// https://jarcasting.com/artifacts/cn.com.analysys/analysys-push/
implementation ("cn.com.analysys:analysys-push:4.5.3")
'cn.com.analysys:analysys-push:aar:4.5.3'
<dependency org="cn.com.analysys" name="analysys-push" rev="4.5.3">
<artifact name="analysys-push" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.com.analysys', module='analysys-push', version='4.5.3')
)
libraryDependencies += "cn.com.analysys" % "analysys-push" % "4.5.3"
[cn.com.analysys/analysys-push "4.5.3"]