Where I can find the Google Analytics Android lib groupId
and archetype
for my projects pom?
I've been searching for it for a couple of hours, and I can't find any clue...(
P.S. I found something on GitHub, but it seam like it uses an third-party repository (when I try to run mnv install
or compile
it gives me an error):
<dependency>
<groupId>com.google.android.analytics</groupId>
<artifactId>analytics</artifactId>
<version>2</version>
</dependency>