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