License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdcom.mixpanel.android |
ArtifactId | ArtifactIdannotations |
Version | Version0.1.0-RC1 |
Type | Typejar |
Description |
Descriptionannotations
Annotations for the Mixpanel library for Android
http://mixpanel.com/android-analytics/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
annotations-0.1.0-RC1.pom | |
annotations-0.1.0-RC1.jar | 2 KB |
annotations-0.1.0-RC1-sources.jar | 2 KB |
annotations-0.1.0-RC1-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mixpanel.android/annotations/ -->
<dependency>
<groupId>com.mixpanel.android</groupId>
<artifactId>annotations</artifactId>
<version>0.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mixpanel.android/annotations/
implementation 'com.mixpanel.android:annotations:0.1.0-RC1'
// https://jarcasting.com/artifacts/com.mixpanel.android/annotations/
implementation ("com.mixpanel.android:annotations:0.1.0-RC1")
'com.mixpanel.android:annotations:jar:0.1.0-RC1'
<dependency org="com.mixpanel.android" name="annotations" rev="0.1.0-RC1">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mixpanel.android', module='annotations', version='0.1.0-RC1')
)
libraryDependencies += "com.mixpanel.android" % "annotations" % "0.1.0-RC1"
[com.mixpanel.android/annotations "0.1.0-RC1"]