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