MVN

org.opencastproject : opencast-engage-theodul-plugin-tab-downloads

Maven & Gradle

Aug 23, 2023
336 stars

Opencast :: engage-theodul-plugin-tab-downloads

<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>opencast-engage-theodul-plugin-tab-downloads</artifactId>
    <version>13.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opencastproject : opencast-engage-theodul-plugin-tab-downloads to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.10

All Versions

Choose a version of org.opencastproject : opencast-engage-theodul-plugin-tab-downloads to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.10
opencast-engage-theodul-plugin-tab-downloads-13.10
13.8
opencast-engage-theodul-plugin-tab-downloads-13.8
13.7
opencast-engage-theodul-plugin-tab-downloads-13.7
13.6
opencast-engage-theodul-plugin-tab-downloads-13.6
13.4
opencast-engage-theodul-plugin-tab-downloads-13.4
13.2
opencast-engage-theodul-plugin-tab-downloads-13.2
13.1
opencast-engage-theodul-plugin-tab-downloads-13.1
13.0
opencast-engage-theodul-plugin-tab-downloads-13.0
12.13
opencast-engage-theodul-plugin-tab-downloads-12.13
12.12
opencast-engage-theodul-plugin-tab-downloads-12.12
12.11
opencast-engage-theodul-plugin-tab-downloads-12.11
12.9
opencast-engage-theodul-plugin-tab-downloads-12.9
12.8
opencast-engage-theodul-plugin-tab-downloads-12.8
12.7
opencast-engage-theodul-plugin-tab-downloads-12.7
12.6
opencast-engage-theodul-plugin-tab-downloads-12.6
12.5
opencast-engage-theodul-plugin-tab-downloads-12.5
12.3
opencast-engage-theodul-plugin-tab-downloads-12.3
12.2
opencast-engage-theodul-plugin-tab-downloads-12.2
12.1
opencast-engage-theodul-plugin-tab-downloads-12.1
12.0
opencast-engage-theodul-plugin-tab-downloads-12.0
11.11
opencast-engage-theodul-plugin-tab-downloads-11.11
11.10
opencast-engage-theodul-plugin-tab-downloads-11.10
11.9
opencast-engage-theodul-plugin-tab-downloads-11.9
11.8
opencast-engage-theodul-plugin-tab-downloads-11.8
11.7
opencast-engage-theodul-plugin-tab-downloads-11.7
11.6
opencast-engage-theodul-plugin-tab-downloads-11.6
11.5
opencast-engage-theodul-plugin-tab-downloads-11.5
11.4
opencast-engage-theodul-plugin-tab-downloads-11.4
11.3
opencast-engage-theodul-plugin-tab-downloads-11.3
11.2
opencast-engage-theodul-plugin-tab-downloads-11.2
11.1
opencast-engage-theodul-plugin-tab-downloads-11.1
11.0
opencast-engage-theodul-plugin-tab-downloads-11.0
10.12
opencast-engage-theodul-plugin-tab-downloads-10.12
10.11
opencast-engage-theodul-plugin-tab-downloads-10.11
10.10
opencast-engage-theodul-plugin-tab-downloads-10.10
10.9
opencast-engage-theodul-plugin-tab-downloads-10.9
10.8
opencast-engage-theodul-plugin-tab-downloads-10.8
10.7
opencast-engage-theodul-plugin-tab-downloads-10.7
10.6
opencast-engage-theodul-plugin-tab-downloads-10.6
10.5
opencast-engage-theodul-plugin-tab-downloads-10.5
10.4
opencast-engage-theodul-plugin-tab-downloads-10.4
10.3
opencast-engage-theodul-plugin-tab-downloads-10.3
10.2
opencast-engage-theodul-plugin-tab-downloads-10.2
10.1
opencast-engage-theodul-plugin-tab-downloads-10.1
10.0
opencast-engage-theodul-plugin-tab-downloads-10.0
9.12
opencast-engage-theodul-plugin-tab-downloads-9.12
9.11
opencast-engage-theodul-plugin-tab-downloads-9.11
9.10
opencast-engage-theodul-plugin-tab-downloads-9.10
9.9
opencast-engage-theodul-plugin-tab-downloads-9.9
9.7
opencast-engage-theodul-plugin-tab-downloads-9.7
9.6
opencast-engage-theodul-plugin-tab-downloads-9.6
9.5
opencast-engage-theodul-plugin-tab-downloads-9.5
9.4
opencast-engage-theodul-plugin-tab-downloads-9.4
9.3
opencast-engage-theodul-plugin-tab-downloads-9.3
9.2
opencast-engage-theodul-plugin-tab-downloads-9.2
9.1
opencast-engage-theodul-plugin-tab-downloads-9.1
9.0
opencast-engage-theodul-plugin-tab-downloads-9.0

How to add a dependency to Maven

Add the following org.opencastproject : opencast-engage-theodul-plugin-tab-downloads maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>opencast-engage-theodul-plugin-tab-downloads</artifactId>
    <version>13.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opencastproject : opencast-engage-theodul-plugin-tab-downloads gradle dependency to your build.gradle file:

implementation 'org.opencastproject:opencast-engage-theodul-plugin-tab-downloads:13.10'

Gradle Kotlin DSL: Add the following org.opencastproject : opencast-engage-theodul-plugin-tab-downloads gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opencastproject:opencast-engage-theodul-plugin-tab-downloads:13.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opencastproject : opencast-engage-theodul-plugin-tab-downloads sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opencastproject" % "opencast-engage-theodul-plugin-tab-downloads" % "13.10"