GroupId | GroupIdcom.mixpanel.android |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version0.1.0-BETA01 |
Type | Typejar |
Filename | Size |
---|---|
annotations-0.1.0-BETA01.pom | |
annotations-0.1.0-BETA01.jar | 2 KB |
annotations-0.1.0-BETA01-sources.jar | 2 KB |
annotations-0.1.0-BETA01-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-BETA01</version>
</dependency>
// https://jarcasting.com/artifacts/com.mixpanel.android/annotations/
implementation 'com.mixpanel.android:annotations:0.1.0-BETA01'
// https://jarcasting.com/artifacts/com.mixpanel.android/annotations/
implementation ("com.mixpanel.android:annotations:0.1.0-BETA01")
'com.mixpanel.android:annotations:jar:0.1.0-BETA01'
<dependency org="com.mixpanel.android" name="annotations" rev="0.1.0-BETA01">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mixpanel.android', module='annotations', version='0.1.0-BETA01')
)
libraryDependencies += "com.mixpanel.android" % "annotations" % "0.1.0-BETA01"
[com.mixpanel.android/annotations "0.1.0-BETA01"]