MVN

io.github.esirotkin : statistics-holder

Maven & Gradle

Jul 18, 2020
5 usages
0 stars

Statistics Holder · Statistics Holder

<dependency>
    <groupId>io.github.esirotkin</groupId>
    <artifactId>statistics-holder</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.esirotkin : statistics-holder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of io.github.esirotkin : statistics-holder to add to Maven or Gradle - All Versions:

  • Version Updated
  • statistics-holder-1.1.6

    Jul 17, 2020
  • statistics-holder-1.1.5

    Jun 17, 2020
  • statistics-holder-1.1.4

    Mar 24, 2020
  • statistics-holder-1.1.3

    Mar 13, 2020
  • statistics-holder-1.1.2

    Mar 12, 2020
  • statistics-holder-1.1.1

    Mar 11, 2020
  • statistics-holder-1.1.0

    Jan 09, 2020
  • statistics-holder-1.0.2

    Feb 27, 2019
  • statistics-holder-1.0.1

    Feb 25, 2019
  • statistics-holder-1.0.0

    Feb 25, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.esirotkin</groupId>
    <artifactId>statistics-holder</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.esirotkin : statistics-holder gradle dependency to your build.gradle file:

implementation 'io.github.esirotkin:statistics-holder:1.1.6'

Gradle Kotlin DSL: Add the following io.github.esirotkin : statistics-holder gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.esirotkin:statistics-holder:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.esirotkin : statistics-holder sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.esirotkin" % "statistics-holder" % "1.1.6"