Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.microsoft.telemetry-client-for-android |
ArtifactId | ArtifactIdAndroidCore |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
AndroidCore-1.0.pom | |
AndroidCore-1.0.jar | 62 KB |
AndroidCore-1.0-sources.jar | 37 KB |
AndroidCore-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.microsoft.telemetry-client-for-android/AndroidCore/ -->
<dependency>
<groupId>com.github.microsoft.telemetry-client-for-android</groupId>
<artifactId>AndroidCore</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.microsoft.telemetry-client-for-android/AndroidCore/
implementation 'com.github.microsoft.telemetry-client-for-android:AndroidCore:1.0'
// https://jarcasting.com/artifacts/com.github.microsoft.telemetry-client-for-android/AndroidCore/
implementation ("com.github.microsoft.telemetry-client-for-android:AndroidCore:1.0")
'com.github.microsoft.telemetry-client-for-android:AndroidCore:jar:1.0'
<dependency org="com.github.microsoft.telemetry-client-for-android" name="AndroidCore" rev="1.0">
<artifact name="AndroidCore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.microsoft.telemetry-client-for-android', module='AndroidCore', version='1.0')
)
libraryDependencies += "com.github.microsoft.telemetry-client-for-android" % "AndroidCore" % "1.0"
[com.github.microsoft.telemetry-client-for-android/AndroidCore "1.0"]