MVN

io.github.zhugefe : zhugeio-analytics

Maven & Gradle

Aug 06, 2023
0 stars

zhugeio-analytics · zhugeSDK use for statistics

<dependency>
    <groupId>io.github.zhugefe</groupId>
    <artifactId>zhugeio-analytics</artifactId>
    <version>3.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zhugefe : zhugeio-analytics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.0

All Versions

Choose a version of io.github.zhugefe : zhugeio-analytics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
zhugeio-analytics-3.7.0
3.5.x
zhugeio-analytics-3.5.9.1
zhugeio-analytics-3.5.9
zhugeio-analytics-3.5.8
zhugeio-analytics-3.5.4
zhugeio-analytics-3.5.3
zhugeio-analytics-3.5.2
zhugeio-analytics-3.5.0
zhugeio-analytics-3.5.9_imei

How to add a dependency to Maven

Add the following io.github.zhugefe : zhugeio-analytics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zhugefe</groupId>
    <artifactId>zhugeio-analytics</artifactId>
    <version>3.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zhugefe : zhugeio-analytics gradle dependency to your build.gradle file:

implementation 'io.github.zhugefe:zhugeio-analytics:3.7.0'

Gradle Kotlin DSL: Add the following io.github.zhugefe : zhugeio-analytics gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zhugefe:zhugeio-analytics:3.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zhugefe : zhugeio-analytics sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zhugefe" % "zhugeio-analytics" % "3.7.0"