GroupId | GroupIdco.pushe.plus |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.5.0-rc01 |
Type | Typeaar |
Filename | Size |
---|---|
core-2.5.0-rc01.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/co.pushe.plus/core/ -->
<dependency>
<groupId>co.pushe.plus</groupId>
<artifactId>core</artifactId>
<version>2.5.0-rc01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.pushe.plus/core/
implementation 'co.pushe.plus:core:2.5.0-rc01'
// https://jarcasting.com/artifacts/co.pushe.plus/core/
implementation ("co.pushe.plus:core:2.5.0-rc01")
'co.pushe.plus:core:aar:2.5.0-rc01'
<dependency org="co.pushe.plus" name="core" rev="2.5.0-rc01">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.pushe.plus', module='core', version='2.5.0-rc01')
)
libraryDependencies += "co.pushe.plus" % "core" % "2.5.0-rc01"
[co.pushe.plus/core "2.5.0-rc01"]