MVN

org.gagravarr : vorbis-java-tools

Maven & Gradle

Feb 18, 2016
119 stars

Ogg and Vorbis for Java, Tools

<dependency>
    <groupId>org.gagravarr</groupId>
    <artifactId>vorbis-java-tools</artifactId>
    <version>0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.gagravarr : vorbis-java-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8

All Versions

Choose a version of org.gagravarr : vorbis-java-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8
vorbis-java-tools-0.8
0.7
vorbis-java-tools-0.7
0.6
vorbis-java-tools-0.6
0.4
vorbis-java-tools-0.4
0.3
vorbis-java-tools-0.3
0.1
vorbis-java-tools-0.1

How to add a dependency to Maven

Add the following org.gagravarr : vorbis-java-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.gagravarr</groupId>
    <artifactId>vorbis-java-tools</artifactId>
    <version>0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.gagravarr : vorbis-java-tools gradle dependency to your build.gradle file:

implementation 'org.gagravarr:vorbis-java-tools:0.8'

Gradle Kotlin DSL: Add the following org.gagravarr : vorbis-java-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("org.gagravarr:vorbis-java-tools:0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.gagravarr : vorbis-java-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.gagravarr" % "vorbis-java-tools" % "0.8"

Advertisement