Download google-analytics-java-2.0.0.jar file - Jar g

Jar examples for g:google-analytics-java

Description

This is Java API for Google Analytics (Measurement Protocol). More information about the protocol is available at https://developers.google.com/analytics/devguides/collection/protocol/v1/.

You can download jar file google-analytics-java 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add google-analytics-java-2.0.0.jar to your project.

<dependency>
   <groupId>com.brsanthu</groupId>
   <artifactId>google-analytics-java</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.brsanthu', name: 'google-analytics-java', version: '2.0.0'
libraryDependencies += "com.brsanthu" % "google-analytics-java" % "2.0.0"
<dependency org="com.brsanthu" name="google-analytics-java" rev="2.0.0"/>
@Grapes(@Grab(group='com.brsanthu', module='google-analytics-java', version='2.0.0'))
'com.brsanthu:google-analytics-java:jar:2.0.0'

Download

Click the following link to download the jar file.

google-analytics-java-2.0.0-javadoc.jar
google-analytics-java-2.0.0-sources.jar
google-analytics-java-2.0.0.jar
google-analytics-java-2.0.0.pom



Related Tutorials