| Группа | Группаcom.github.pireba |
|---|---|
| Идентификатор | Идентификаторitunesparser |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| itunesparser-0.0.1.pom | |
| itunesparser-0.0.1.jar | 24 KB |
| itunesparser-0.0.1-sources.jar | 14 KB |
| itunesparser-0.0.1-javadoc.jar | 422 KB |
| Обзор |
<!-- 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"]