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