is not current version
Last Version 1.1

com.github.pireba:itunesparser 1.0

A Java parser for the iTunes Library XML file.

GroupId

GroupId

com.github.pireba
ArtifactId

ArtifactId

itunesparser
Version

Version

1.0
Type

Type

jar

Download itunesparser 1.0


<!-- https://jarcasting.com/artifacts/com.github.pireba/itunesparser/ -->
<dependency>
    <groupId>com.github.pireba</groupId>
    <artifactId>itunesparser</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pireba/itunesparser/
implementation 'com.github.pireba:itunesparser:1.0'
// https://jarcasting.com/artifacts/com.github.pireba/itunesparser/
implementation ("com.github.pireba:itunesparser:1.0")
'com.github.pireba:itunesparser:jar:1.0'
<dependency org="com.github.pireba" name="itunesparser" rev="1.0">
  <artifact name="itunesparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pireba', module='itunesparser', version='1.0')
)
libraryDependencies += "com.github.pireba" % "itunesparser" % "1.0"
[com.github.pireba/itunesparser "1.0"]