| License |
License |
|---|---|
| GroupId | GroupIdorg.prelle |
| ArtifactId | ArtifactIdlibid3 |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionID3 Tagging Library
Library to read and write ID3 tags
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| libid3-2.0.0.pom | |
| libid3-2.0.0.jar | 60 KB |
| libid3-2.0.0-sources.jar | 32 KB |
| libid3-2.0.0-javadoc.jar | 241 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.prelle/libid3/ -->
<dependency>
<groupId>org.prelle</groupId>
<artifactId>libid3</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.prelle/libid3/
implementation 'org.prelle:libid3:2.0.0'
// https://jarcasting.com/artifacts/org.prelle/libid3/
implementation ("org.prelle:libid3:2.0.0")
'org.prelle:libid3:jar:2.0.0'
<dependency org="org.prelle" name="libid3" rev="2.0.0">
<artifact name="libid3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.prelle', module='libid3', version='2.0.0')
)
libraryDependencies += "org.prelle" % "libid3" % "2.0.0"
[org.prelle/libid3 "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | [1.2.15,) |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | [4.12,) |