Download JGoogleAnalyticsTracker-1.2.0.jar file

Introduction

You can download JGoogleAnalyticsTracker-1.2.0.jar in this page.

License

The MIT License

Type List

JGoogleAnalyticsTracker-1.2.0.jar file has the following types.

.gitignore
META-INF/MANIFEST.MF
META-INF/maven/com.dmurph/JGoogleAnalyticsTracker/pom.properties
META-INF/maven/com.dmurph/JGoogleAnalyticsTracker/pom.xml
com.dmurph.tracking.AnalyticsConfigData.class
com.dmurph.tracking.AnalyticsRequestData.class
com.dmurph.tracking.GoogleAnalyticsV4_7_2.class
com.dmurph.tracking.IGoogleAnalyticsURLBuilder.class
com.dmurph.tracking.JGoogleAnalyticsTracker.class
com.dmurph.tracking.URIEncoder.class

Pom

JGoogleAnalyticsTracker-1.2.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.dmurph</groupId>
	<artifactId>JGoogleAnalyticsTracker</artifactId>
	<version>1.2.0</version>
	<name>JGoogleAnalyticsTracker</name>
	<description>A java library for sending google analytics tracking information.</description>
	<url>http://github.com/dmurph/JGoogleAnalyticsTracker</url>
	<packaging>jar</packaging>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
	<licenses>
		<license>
			<name>The MIT License</name>
			<url>http://www.opensource.org/licenses/mit-license.php</url>
		</license>
	</licenses>
	<scm>
		<url>https://code.google.com/p/jgoogleanalyticstracker/source/browse/tags/JGoogleAnalyticsTracker-1.2.0</url>
		<connection>scm:svn:http://jgoogleanalyticstracker.googlecode.com/svn/tags/JGoogleAnalyticsTracker-1.2.0</connection>
		<developerConnection>scm:svn:https://jgoogleanalyticstracker.googlecode.com/svn/tags/JGoogleAnalyticsTracker-1.2.0</developerConnection>
	</scm>
	<developers>
		<developer>
			<id>toucansam99</id>
			<name>Daniel Murphy</name>
			<email>daniel@dmurph.com</email>
			<url>http://www.dmurph.com</url>
		</developer>
		<developer>
  			<name>Stefan Brozinski</name>
  			<email>Stefan.Brozinski@gmx.net</email>
		</developer>
	</developers>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
				<version>2.1.1</version>
				<executions>
					<execution>
						<id>attach-sources</id>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.7</version>
				<configuration>
					<show>protected</show>
				</configuration>
				<executions>
					<execution>
						<id>attach-javadocs</id>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-release-plugin</artifactId>
				<version>2.0-beta-9</version>
				<extensions>true</extensions>
				<configuration>
					<mavenExecutorId>forked-path</mavenExecutorId>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.3.1</version>
				<configuration>
					<compilerVersion>1.5+</compilerVersion>
				</configuration>
			</plugin>
		</plugins>
	</build>

	<profiles>
		<profile>
			<id>release-sign-artifacts</id>
			<activation>
				<property>
					<name>performRelease</name>
					<value>true</value>
				</property>
			</activation>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-gpg-plugin</artifactId>
						<executions>
							<execution>
								<id>sign-artifacts</id>
								<phase>verify</phase>
								<goals>
									<goal>sign</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>
	</profiles>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.8.1</version>
			<type>jar</type>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
			<version>1.6.1</version>
			<type>jar</type>
			<scope>compile</scope>
		</dependency>
	</dependencies>
	<reporting>
		<plugins>
		</plugins>
	</reporting>
	<distributionManagement>
		<repository>
			<id>sonatype-nexus-staging</id>
			<name>Nexus Release Repository</name>
			<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
		</repository>
		<snapshotRepository>
			<id>sonatype-nexus-snapshots1</id>
			<name>Sonatype Nexus Snapshots</name>
			<url>http://oss.sonatype.org/content/repositories/snapshots</url>
		</snapshotRepository>
	</distributionManagement>
</project>

POM Entry

<dependency>
   <groupId>com.dmurph</groupId>
   <artifactId>JGoogleAnalyticsTracker</artifactId>
   <version>1.2.0</version>
</dependency>

Download

If you think the following JGoogleAnalyticsTracker-1.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download JGoogleAnalyticsTracker-1.2.0.jar file




PreviousNext

Related