Download JID3-0.46.jar file - Jar j

Jar examples for j:JID3

Description

JID3 is a class library, written in Java and licensed under the LGPL, which provides the required functionality for editing ID3 tags commonly used in MP3 media files.

You can download jar file JID3 0.46 in this page.

License

LPGL

Build File

You can use the following script to add JID3-0.46.jar to your project.

<dependency>
   <groupId>org.blinkenlights.jid3</groupId>
   <artifactId>JID3</artifactId>
   <version>0.46</version>
</dependency>
compile group: 'org.blinkenlights.jid3', name: 'JID3', version: '0.46'
libraryDependencies += "org.blinkenlights.jid3" % "JID3" % "0.46"
<dependency org="org.blinkenlights.jid3" name="JID3" rev="0.46"/>
@Grapes(@Grab(group='org.blinkenlights.jid3', module='JID3', version='0.46'))
'org.blinkenlights.jid3:JID3:jar:0.46'

Download

Click the following link to download the jar file.

JID3-0.46.jar
JID3-0.46-javadoc.jar
JID3-0.46.pom
JID3-0.46-sources.jar



Related Tutorials