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