MVN

org.opencastproject : opencast-adopter-statistics-impl

Maven & Gradle

May 20, 2021

Opencast :: adopter-statistics-impl

<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>opencast-adopter-statistics-impl</artifactId>
    <version>9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opencastproject : opencast-adopter-statistics-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.5

All Versions

Choose a version of org.opencastproject : opencast-adopter-statistics-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.5
opencast-adopter-statistics-impl-9.5
9.4
opencast-adopter-statistics-impl-9.4
9.3
opencast-adopter-statistics-impl-9.3
9.2
opencast-adopter-statistics-impl-9.2
9.1
opencast-adopter-statistics-impl-9.1
9.0
opencast-adopter-statistics-impl-9.0

How to add a dependency to Maven

Add the following org.opencastproject : opencast-adopter-statistics-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>opencast-adopter-statistics-impl</artifactId>
    <version>9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opencastproject : opencast-adopter-statistics-impl gradle dependency to your build.gradle file:

implementation 'org.opencastproject:opencast-adopter-statistics-impl:9.5'

Gradle Kotlin DSL: Add the following org.opencastproject : opencast-adopter-statistics-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opencastproject:opencast-adopter-statistics-impl:9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opencastproject : opencast-adopter-statistics-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opencastproject" % "opencast-adopter-statistics-impl" % "9.5"