не последняя версия
Последняя версия 1.1

com.github.pireba:itunesparser 1.0

A Java parser for the iTunes Library XML file.

Группа

Группа

com.github.pireba
Идентификатор

Идентификатор

itunesparser
Версия

Версия

1.0
Тип

Тип

jar

Скачать 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"]