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