MVN

com.github.spirylics.xgwt : x-gwt-analytics

Maven & Gradle

Apr 17, 2017
2 usages
10 stars
<dependency>
    <groupId>com.github.spirylics.xgwt</groupId>
    <artifactId>x-gwt-analytics</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.spirylics.xgwt : x-gwt-analytics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6
  • Latest Alpha: 2.0-alpha9

All Versions

Choose a version of com.github.spirylics.xgwt : x-gwt-analytics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
x-gwt-analytics-2.0-alpha9
x-gwt-analytics-2.0-alpha8
x-gwt-analytics-2.0-alpha7
x-gwt-analytics-2.0-alpha6
x-gwt-analytics-2.0-alpha5
x-gwt-analytics-2.0-alpha4
x-gwt-analytics-2.0-alpha3
x-gwt-analytics-2.0-alpha2
x-gwt-analytics-2.0-alpha1
1.6
x-gwt-analytics-1.6

How to add a dependency to Maven

Add the following com.github.spirylics.xgwt : x-gwt-analytics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.spirylics.xgwt</groupId>
    <artifactId>x-gwt-analytics</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.spirylics.xgwt : x-gwt-analytics gradle dependency to your build.gradle file:

implementation 'com.github.spirylics.xgwt:x-gwt-analytics:1.6'

Gradle Kotlin DSL: Add the following com.github.spirylics.xgwt : x-gwt-analytics gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.spirylics.xgwt:x-gwt-analytics:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.spirylics.xgwt : x-gwt-analytics sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.spirylics.xgwt" % "x-gwt-analytics" % "1.6"

Advertisement