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