is not current version
Last Version 1.1

com.github.pireba:itunesparser 0.0.1

A Java parser for the iTunes Library XML file.

GroupId

GroupId

com.github.pireba
ArtifactId

ArtifactId

itunesparser
Version

Version

0.0.1
Type

Type

jar

Download itunesparser 0.0.1


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