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