GroupId | GroupIdcom.microsoft.appcenter |
---|---|
ArtifactId | ArtifactIdappcenter-distribute |
Version | Version1.11.4 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-distribute/ -->
<dependency>
<groupId>com.microsoft.appcenter</groupId>
<artifactId>appcenter-distribute</artifactId>
<version>1.11.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-distribute/
implementation 'com.microsoft.appcenter:appcenter-distribute:1.11.4'
// https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-distribute/
implementation ("com.microsoft.appcenter:appcenter-distribute:1.11.4")
'com.microsoft.appcenter:appcenter-distribute:aar:1.11.4'
<dependency org="com.microsoft.appcenter" name="appcenter-distribute" rev="1.11.4">
<artifact name="appcenter-distribute" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.appcenter', module='appcenter-distribute', version='1.11.4')
)
libraryDependencies += "com.microsoft.appcenter" % "appcenter-distribute" % "1.11.4"
[com.microsoft.appcenter/appcenter-distribute "1.11.4"]