MVN

org.sakaiproject.sitestats : sitestats-tool

Maven & Gradle

Apr 22, 2016
1 usages

Sakai SiteStats Tool

<dependency>
    <groupId>org.sakaiproject.sitestats</groupId>
    <artifactId>sitestats-tool</artifactId>
    <version>10.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sakaiproject.sitestats : sitestats-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.7
  • Latest Release Candidate: 2.3.0-rc03

All Versions

Choose a version of org.sakaiproject.sitestats : sitestats-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.7
sitestats-tool-10.7
10.6
sitestats-tool-10.6
10.4
sitestats-tool-10.4
10.3
sitestats-tool-10.3
2.3.x
sitestats-tool-2.3.6
sitestats-tool-2.3.5
sitestats-tool-2.3.4
sitestats-tool-2.3.3
sitestats-tool-2.3.2
sitestats-tool-2.3.1
sitestats-tool-2.3.0
sitestats-tool-2.3.0-rc03
sitestats-tool-2.3.0-rc02
sitestats-tool-2.3.0-rc01
sitestats-tool-2.3.0-b07
sitestats-tool-2.3.0-b06
sitestats-tool-2.3.0-b05
sitestats-tool-2.3.0-b04
sitestats-tool-2.3.0-b03

How to add a dependency to Maven

Add the following org.sakaiproject.sitestats : sitestats-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sakaiproject.sitestats</groupId>
    <artifactId>sitestats-tool</artifactId>
    <version>10.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sakaiproject.sitestats : sitestats-tool gradle dependency to your build.gradle file:

implementation 'org.sakaiproject.sitestats:sitestats-tool:10.7'

Gradle Kotlin DSL: Add the following org.sakaiproject.sitestats : sitestats-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sakaiproject.sitestats:sitestats-tool:10.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sakaiproject.sitestats : sitestats-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sakaiproject.sitestats" % "sitestats-tool" % "10.7"

Advertisement