| Группа | Группаcom.microsoft.appcenter |
|---|---|
| Идентификатор | Идентификаторappcenter-distribute |
| Версия | Версия3.0.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| appcenter-distribute-3.0.0.pom | |
| appcenter-distribute-3.0.0.aar | 83 KB |
| appcenter-distribute-3.0.0-sources.jar | 51 KB |
| appcenter-distribute-3.0.0-javadoc.jar | 103 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-distribute/ -->
<dependency>
<groupId>com.microsoft.appcenter</groupId>
<artifactId>appcenter-distribute</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-distribute/
implementation 'com.microsoft.appcenter:appcenter-distribute:3.0.0'
// https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-distribute/
implementation ("com.microsoft.appcenter:appcenter-distribute:3.0.0")
'com.microsoft.appcenter:appcenter-distribute:aar:3.0.0'
<dependency org="com.microsoft.appcenter" name="appcenter-distribute" rev="3.0.0">
<artifact name="appcenter-distribute" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.appcenter', module='appcenter-distribute', version='3.0.0')
)
libraryDependencies += "com.microsoft.appcenter" % "appcenter-distribute" % "3.0.0"
[com.microsoft.appcenter/appcenter-distribute "3.0.0"]