| Title: |
DXA Modules - Google Analytics |
| Group ID: |
com.sdl.dxa.modules |
| Artifact ID: |
dxa-module-googleanalytics |
| Version: |
2.0.0 |
| Last modified: |
13.02.2018 17:44 |
| Packaging: |
jar |
| Name: |
DXA Modules - Google Analytics |
| Description: |
Implementation of DXA Google Analytics module |
| Vendor: |
SDL |
|
|
| Size: |
6.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/sdl/dxa/modules/dxa-module-googleanalytics/2.0.0/dxa-module-googleanalytics-2.0.0.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-oss-parent</artifactId>
<version>2.0.0</version>
</parent>
<groupId>com.sdl.dxa.modules</groupId>
<artifactId>dxa-module-googleanalytics</artifactId>
<name>DXA Modules - Google Analytics</name>
<description>Implementation of DXA Google Analytics module</description>
<scm>
<url>https://github.com/sdl/dxa-modules</url>
<connection>scm:git:git@github.com:sdl/dxa-modules.git</connection>
<developerConnection>scm:git:git@github.com:sdl/dxa-modules.git</developerConnection>
<tag>HEAD</tag>
</scm>
<dependencies>
<dependency>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-common-api</artifactId>
</dependency>
<!-- Spring Framework -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<!-- Servlet API -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<!--JSP API -->
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>com.sdl.dxa.modules</groupId>
<artifactId>dxa-module-googleanalytics</artifactId>
<version>2.0.0</version>
</dependency>
|
| Gradle: |
com.sdl.dxa.modules:dxa-module-googleanalytics:2.0.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|