GroupId | GroupIdcom.izooto |
---|---|
ArtifactId | ArtifactIdpower-push |
Version | Version1.3.2 |
Type | Typeaar |
Filename | Size |
---|---|
power-push-1.3.2.pom | |
power-push-1.3.2.aar | 919 KB |
power-push-1.3.2-sources.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.izooto/power-push/ -->
<dependency>
<groupId>com.izooto</groupId>
<artifactId>power-push</artifactId>
<version>1.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.izooto/power-push/
implementation 'com.izooto:power-push:1.3.2'
// https://jarcasting.com/artifacts/com.izooto/power-push/
implementation ("com.izooto:power-push:1.3.2")
'com.izooto:power-push:aar:1.3.2'
<dependency org="com.izooto" name="power-push" rev="1.3.2">
<artifact name="power-push" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.izooto', module='power-push', version='1.3.2')
)
libraryDependencies += "com.izooto" % "power-push" % "1.3.2"
[com.izooto/power-push "1.3.2"]