MVN

org.jlot : jlot-stats-client

Maven & Gradle

Feb 08, 2017
<dependency>
    <groupId>org.jlot</groupId>
    <artifactId>jlot-stats-client</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jlot : jlot-stats-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.jlot : jlot-stats-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
jlot-stats-client-1.2
1.0
jlot-stats-client-1.0
0.113
jlot-stats-client-0.113
0.112
jlot-stats-client-0.112
0.111
jlot-stats-client-0.111
0.110
jlot-stats-client-0.110
0.109
jlot-stats-client-0.109
0.108
jlot-stats-client-0.108
0.107
jlot-stats-client-0.107
0.106
jlot-stats-client-0.106
0.105
jlot-stats-client-0.105

How to add a dependency to Maven

Add the following org.jlot : jlot-stats-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jlot</groupId>
    <artifactId>jlot-stats-client</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jlot : jlot-stats-client gradle dependency to your build.gradle file:

implementation 'org.jlot:jlot-stats-client:1.2'

Gradle Kotlin DSL: Add the following org.jlot : jlot-stats-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jlot:jlot-stats-client:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jlot : jlot-stats-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jlot" % "jlot-stats-client" % "1.2"

Advertisement