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