MVN

net.sf.javamusictag : jid3lib

Maven & Gradle

May 19, 2009

Library to read song information, such as song title, artist, and album, from an MP3 file · This library reads song information, such as song title, artist, and album, from an MP3 file. It supports ID3v1, ID3v1.1, Lyrics3v1, Lyrics3v2, ID3v2.2, ID3v2.3, and ID3v2.4 tags. MP3 Frame Headers can also be read. There is a FilenameTag, a ID3v2.4 tag that is intelligently derived from the file name. It contains tag synchronization utilities, multiple save options, and easy tag conversion methods.

<dependency>
    <groupId>net.sf.javamusictag</groupId>
    <artifactId>jid3lib</artifactId>
    <version>0.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.javamusictag : jid3lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.4

All Versions

Choose a version of net.sf.javamusictag : jid3lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
jid3lib-0.5.4

How to add a dependency to Maven

Add the following net.sf.javamusictag : jid3lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.javamusictag</groupId>
    <artifactId>jid3lib</artifactId>
    <version>0.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.javamusictag : jid3lib gradle dependency to your build.gradle file:

implementation 'net.sf.javamusictag:jid3lib:0.5.4'

Gradle Kotlin DSL: Add the following net.sf.javamusictag : jid3lib gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.javamusictag:jid3lib:0.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.javamusictag : jid3lib sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.javamusictag" % "jid3lib" % "0.5.4"