| License |
License |
|---|---|
| GroupId | GroupIdcom.github.pireba |
| ArtifactId | ArtifactIditunesparser |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptioniTunes-Parser
A Java parser for the iTunes Library XML file.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| itunesparser-1.1.pom | |
| itunesparser-1.1.jar | 24 KB |
| itunesparser-1.1-sources.jar | 14 KB |
| itunesparser-1.1-javadoc.jar | 422 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pireba/itunesparser/ -->
<dependency>
<groupId>com.github.pireba</groupId>
<artifactId>itunesparser</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pireba/itunesparser/
implementation 'com.github.pireba:itunesparser:1.1'
// https://jarcasting.com/artifacts/com.github.pireba/itunesparser/
implementation ("com.github.pireba:itunesparser:1.1")
'com.github.pireba:itunesparser:jar:1.1'
<dependency org="com.github.pireba" name="itunesparser" rev="1.1">
<artifact name="itunesparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pireba', module='itunesparser', version='1.1')
)
libraryDependencies += "com.github.pireba" % "itunesparser" % "1.1"
[com.github.pireba/itunesparser "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.dom4j : dom4j | jar | 2.1.3 |