GroupId | GroupIdcom.applivery |
---|---|
ArtifactId | ArtifactIdapplivery-base |
Version | Version3.0.9 |
Type | Typeaar |
Filename | Size |
---|---|
applivery-base-3.0.9.pom | |
applivery-base-3.0.9.aar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.applivery/applivery-base/ -->
<dependency>
<groupId>com.applivery</groupId>
<artifactId>applivery-base</artifactId>
<version>3.0.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.applivery/applivery-base/
implementation 'com.applivery:applivery-base:3.0.9'
// https://jarcasting.com/artifacts/com.applivery/applivery-base/
implementation ("com.applivery:applivery-base:3.0.9")
'com.applivery:applivery-base:aar:3.0.9'
<dependency org="com.applivery" name="applivery-base" rev="3.0.9">
<artifact name="applivery-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.applivery', module='applivery-base', version='3.0.9')
)
libraryDependencies += "com.applivery" % "applivery-base" % "3.0.9"
[com.applivery/applivery-base "3.0.9"]