MVN

io.opentimeline : opentimelineio

Maven & Gradle

May 26, 2021
1.3k stars

OpenTimelineIO · OpenTimelineIO is an interchange format and API for editorial cut information. OTIO is not a container format for media, rather it contains information about the order and length of cuts and references to external media.

<dependency>
    <groupId>io.opentimeline</groupId>
    <artifactId>opentimelineio</artifactId>
    <version>0.14.0-beta-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.opentimeline : opentimelineio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.0-beta-2
  • Latest Beta: 0.14.0-beta-2

All Versions

Choose a version of io.opentimeline : opentimelineio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
opentimelineio-0.14.0-beta-2
opentimelineio-0.14.0-beta-1

How to add a dependency to Maven

Add the following io.opentimeline : opentimelineio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.opentimeline</groupId>
    <artifactId>opentimelineio</artifactId>
    <version>0.14.0-beta-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.opentimeline : opentimelineio gradle dependency to your build.gradle file:

implementation 'io.opentimeline:opentimelineio:0.14.0-beta-2'

Gradle Kotlin DSL: Add the following io.opentimeline : opentimelineio gradle kotlin dependency to your build.gradle.kts file:

implementation("io.opentimeline:opentimelineio:0.14.0-beta-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.opentimeline : opentimelineio sbt scala dependency to your build.sbt file:

libraryDependencies += "io.opentimeline" % "opentimelineio" % "0.14.0-beta-2"