GroupId | GroupIdcom.microsoft.appcenter |
---|---|
ArtifactId | ArtifactIdappcenter |
Version | Version1.11.3 |
Type | Typeaar |
Filename | Size |
---|---|
appcenter-1.11.3.pom | |
appcenter-1.11.3.aar | 193 KB |
appcenter-1.11.3-sources.jar | 130 KB |
appcenter-1.11.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter/
implementation 'com.microsoft.appcenter:appcenter:1.11.3'
// https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter/
implementation ("com.microsoft.appcenter:appcenter:1.11.3")
'com.microsoft.appcenter:appcenter:aar:1.11.3'
<dependency org="com.microsoft.appcenter" name="appcenter" rev="1.11.3">
<artifact name="appcenter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.appcenter', module='appcenter', version='1.11.3')
)
libraryDependencies += "com.microsoft.appcenter" % "appcenter" % "1.11.3"
[com.microsoft.appcenter/appcenter "1.11.3"]