GroupId | GroupIdcom.mixpanel.android |
---|---|
ArtifactId | ArtifactIdannotations-compiler |
Version | Version0.1.0-BETA03 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mixpanel.android/annotations-compiler/ -->
<dependency>
<groupId>com.mixpanel.android</groupId>
<artifactId>annotations-compiler</artifactId>
<version>0.1.0-BETA03</version>
</dependency>
// https://jarcasting.com/artifacts/com.mixpanel.android/annotations-compiler/
implementation 'com.mixpanel.android:annotations-compiler:0.1.0-BETA03'
// https://jarcasting.com/artifacts/com.mixpanel.android/annotations-compiler/
implementation ("com.mixpanel.android:annotations-compiler:0.1.0-BETA03")
'com.mixpanel.android:annotations-compiler:jar:0.1.0-BETA03'
<dependency org="com.mixpanel.android" name="annotations-compiler" rev="0.1.0-BETA03">
<artifact name="annotations-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mixpanel.android', module='annotations-compiler', version='0.1.0-BETA03')
)
libraryDependencies += "com.mixpanel.android" % "annotations-compiler" % "0.1.0-BETA03"
[com.mixpanel.android/annotations-compiler "0.1.0-BETA03"]