MVN

io.github.tallencewassimakachi : maj

Maven & Gradle

May 10, 2019
0 stars

Media Authoring with Java API (MAJ) · The MAJ API was written by Richard Cartwright, with the help and support of Guillaume Belrose and Fang Ren. To contact the author, please raise an issue. The software is provided AS IS with no warranty whatsoever. The MAJ API (pronounced madge) is a pure Java API for creating, reading, manipulating and writing MXF (SMPTE ST 377), AAF structured storage and Reg-XML (SMPTE ST 2001) files. MXF files are commonly used as a container for professional media file formats and AAF is supported by a number of professional video editing packages. MXF and Reg-XML are used as part of the Interoperable Mastering Format suite of specifications.

<dependency>
    <groupId>io.github.tallencewassimakachi</groupId>
    <artifactId>maj</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.tallencewassimakachi : maj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.tallencewassimakachi : maj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
maj-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.tallencewassimakachi</groupId>
    <artifactId>maj</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.tallencewassimakachi : maj gradle dependency to your build.gradle file:

implementation 'io.github.tallencewassimakachi:maj:1.0.0'

Gradle Kotlin DSL: Add the following io.github.tallencewassimakachi : maj gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.tallencewassimakachi:maj:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.tallencewassimakachi : maj sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.tallencewassimakachi" % "maj" % "1.0.0"