GroupId | GroupIdcom.microsoft.appcenter |
---|---|
ArtifactId | ArtifactIdappcenter-distribute |
Version | Version3.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
appcenter-distribute-3.1.0.pom | |
appcenter-distribute-3.1.0.aar | 83 KB |
appcenter-distribute-3.1.0-sources.jar | 52 KB |
appcenter-distribute-3.1.0-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-distribute/ -->
<dependency>
<groupId>com.microsoft.appcenter</groupId>
<artifactId>appcenter-distribute</artifactId>
<version>3.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-distribute/
implementation 'com.microsoft.appcenter:appcenter-distribute:3.1.0'
// https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-distribute/
implementation ("com.microsoft.appcenter:appcenter-distribute:3.1.0")
'com.microsoft.appcenter:appcenter-distribute:aar:3.1.0'
<dependency org="com.microsoft.appcenter" name="appcenter-distribute" rev="3.1.0">
<artifact name="appcenter-distribute" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.appcenter', module='appcenter-distribute', version='3.1.0')
)
libraryDependencies += "com.microsoft.appcenter" % "appcenter-distribute" % "3.1.0"
[com.microsoft.appcenter/appcenter-distribute "3.1.0"]