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