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