MVN

org.opencastproject : opencast-scheduler-remote

Maven & Gradle

Aug 23, 2023
335 stars

Opencast :: scheduler-remote

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

Latest Version

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

  • Latest Stable: 14.3

All Versions

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

Version Vulnerabilities Updated
14.3
opencast-scheduler-remote-14.3
14.2
opencast-scheduler-remote-14.2
14.1
opencast-scheduler-remote-14.1
14.0
opencast-scheduler-remote-14.0
13.10
opencast-scheduler-remote-13.10
13.8
opencast-scheduler-remote-13.8
13.7
opencast-scheduler-remote-13.7
13.6
opencast-scheduler-remote-13.6
13.4
opencast-scheduler-remote-13.4
13.2
opencast-scheduler-remote-13.2
13.1
opencast-scheduler-remote-13.1
13.0
opencast-scheduler-remote-13.0
12.13
opencast-scheduler-remote-12.13
12.12
opencast-scheduler-remote-12.12
12.11
opencast-scheduler-remote-12.11
12.9
opencast-scheduler-remote-12.9
12.8
opencast-scheduler-remote-12.8
12.7
opencast-scheduler-remote-12.7
12.6
opencast-scheduler-remote-12.6
12.5
opencast-scheduler-remote-12.5
12.3
opencast-scheduler-remote-12.3
12.2
opencast-scheduler-remote-12.2
12.1
opencast-scheduler-remote-12.1
12.0
opencast-scheduler-remote-12.0
11.11
opencast-scheduler-remote-11.11
11.10
opencast-scheduler-remote-11.10
11.9
opencast-scheduler-remote-11.9
11.8
opencast-scheduler-remote-11.8
11.7
opencast-scheduler-remote-11.7
11.6
opencast-scheduler-remote-11.6
11.5
opencast-scheduler-remote-11.5
11.4
opencast-scheduler-remote-11.4
11.3
opencast-scheduler-remote-11.3
11.2
opencast-scheduler-remote-11.2
11.1
opencast-scheduler-remote-11.1
11.0
opencast-scheduler-remote-11.0
10.12
opencast-scheduler-remote-10.12
10.11
opencast-scheduler-remote-10.11
10.10
opencast-scheduler-remote-10.10
10.9
opencast-scheduler-remote-10.9
10.8
opencast-scheduler-remote-10.8
10.7
opencast-scheduler-remote-10.7
10.6
opencast-scheduler-remote-10.6
10.5
opencast-scheduler-remote-10.5
10.4
opencast-scheduler-remote-10.4
10.3
opencast-scheduler-remote-10.3
10.2
opencast-scheduler-remote-10.2
10.1
opencast-scheduler-remote-10.1
10.0
opencast-scheduler-remote-10.0
9.12
opencast-scheduler-remote-9.12
9.11
opencast-scheduler-remote-9.11
9.10
opencast-scheduler-remote-9.10
9.9
opencast-scheduler-remote-9.9
9.6
opencast-scheduler-remote-9.6
9.5
opencast-scheduler-remote-9.5
9.4
opencast-scheduler-remote-9.4
9.3
opencast-scheduler-remote-9.3
9.2
opencast-scheduler-remote-9.2
9.1
opencast-scheduler-remote-9.1
9.0
opencast-scheduler-remote-9.0
8.11
opencast-scheduler-remote-8.11
8.10
opencast-scheduler-remote-8.10
8.9
opencast-scheduler-remote-8.9
8.8
opencast-scheduler-remote-8.8
8.7
opencast-scheduler-remote-8.7
8.6
opencast-scheduler-remote-8.6
8.5
opencast-scheduler-remote-8.5
8.4
opencast-scheduler-remote-8.4
8.3
opencast-scheduler-remote-8.3
8.1
opencast-scheduler-remote-8.1
8.0
opencast-scheduler-remote-8.0
7.9
opencast-scheduler-remote-7.9
7.8
opencast-scheduler-remote-7.8
7.7
opencast-scheduler-remote-7.7
7.6
opencast-scheduler-remote-7.6
7.5
opencast-scheduler-remote-7.5
7.4
opencast-scheduler-remote-7.4
7.3
opencast-scheduler-remote-7.3
7.2
opencast-scheduler-remote-7.2
6.6
opencast-scheduler-remote-6.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>opencast-scheduler-remote</artifactId>
    <version>14.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opencastproject:opencast-scheduler-remote:14.3'

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

implementation("org.opencastproject:opencast-scheduler-remote:14.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opencastproject" % "opencast-scheduler-remote" % "14.3"