MVN

org.opencastproject : opencast-plugin-manager

Maven & Gradle

Aug 23, 2023
336 stars

Opencast :: plugin-manager

<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>opencast-plugin-manager</artifactId>
    <version>14.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opencastproject : opencast-plugin-manager to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.3

All Versions

Choose a version of org.opencastproject : opencast-plugin-manager to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.3
opencast-plugin-manager-14.3
14.2
opencast-plugin-manager-14.2
14.1
opencast-plugin-manager-14.1
14.0
opencast-plugin-manager-14.0
13.10
opencast-plugin-manager-13.10
13.8
opencast-plugin-manager-13.8
13.7
opencast-plugin-manager-13.7
13.6
opencast-plugin-manager-13.6
13.4
opencast-plugin-manager-13.4
13.2
opencast-plugin-manager-13.2
13.1
opencast-plugin-manager-13.1
13.0
opencast-plugin-manager-13.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>opencast-plugin-manager</artifactId>
    <version>14.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opencastproject : opencast-plugin-manager gradle dependency to your build.gradle file:

implementation 'org.opencastproject:opencast-plugin-manager:14.3'

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

implementation("org.opencastproject:opencast-plugin-manager:14.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opencastproject : opencast-plugin-manager sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opencastproject" % "opencast-plugin-manager" % "14.3"

Advertisement