License |
License |
---|---|
GroupId | GroupIdbe.ceau |
ArtifactId | ArtifactIdpodcast-parser |
Last Version | Last Version0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPodcast Feed Parser
Java library for parsing podcast feed XML
|
Project URL |
Project URL |
Filename | Size |
---|---|
podcast-parser-0.10.pom | |
podcast-parser-0.10.jar | 155 KB |
podcast-parser-0.10-sources.jar | 145 KB |
podcast-parser-0.10-javadoc.jar | 609 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.ceau/podcast-parser/ -->
<dependency>
<groupId>be.ceau</groupId>
<artifactId>podcast-parser</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/be.ceau/podcast-parser/
implementation 'be.ceau:podcast-parser:0.10'
// https://jarcasting.com/artifacts/be.ceau/podcast-parser/
implementation ("be.ceau:podcast-parser:0.10")
'be.ceau:podcast-parser:jar:0.10'
<dependency org="be.ceau" name="podcast-parser" rev="0.10">
<artifact name="podcast-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.ceau', module='podcast-parser', version='0.10')
)
libraryDependencies += "be.ceau" % "podcast-parser" % "0.10"
[be.ceau/podcast-parser "0.10"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.26 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.reflections : reflections | jar | 0.9.11 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.9 |
org.apache.logging.log4j : log4j-api | jar | 2.10.0 |
org.apache.logging.log4j : log4j-core | jar | 2.10.0 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.10.0 |
com.lmax : disruptor | jar | 3.4.2 |
commons-io : commons-io | jar | 2.6 |