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