GroupId | GroupIdcom.growingio.android.gpush |
---|---|
ArtifactId | ArtifactIdgpush-core |
Version | Version1.5.0 |
Type | Typeaar |
Filename | Size |
---|---|
gpush-core-1.5.0.pom | |
gpush-core-1.5.0.aar | 376 KB |
gpush-core-1.5.0-sources.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.growingio.android.gpush/gpush-core/ -->
<dependency>
<groupId>com.growingio.android.gpush</groupId>
<artifactId>gpush-core</artifactId>
<version>1.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.growingio.android.gpush/gpush-core/
implementation 'com.growingio.android.gpush:gpush-core:1.5.0'
// https://jarcasting.com/artifacts/com.growingio.android.gpush/gpush-core/
implementation ("com.growingio.android.gpush:gpush-core:1.5.0")
'com.growingio.android.gpush:gpush-core:aar:1.5.0'
<dependency org="com.growingio.android.gpush" name="gpush-core" rev="1.5.0">
<artifact name="gpush-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.growingio.android.gpush', module='gpush-core', version='1.5.0')
)
libraryDependencies += "com.growingio.android.gpush" % "gpush-core" % "1.5.0"
[com.growingio.android.gpush/gpush-core "1.5.0"]