is not current version
Last Version 0.10

be.ceau:podcast-parser 0.9.0

Java library for parsing podcast feed XML

GroupId

GroupId

be.ceau
ArtifactId

ArtifactId

podcast-parser
Version

Version

0.9.0
Type

Type

jar

Download podcast-parser 0.9.0


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