is not current version
Last Version 1.1.3

org.apache.abdera:abdera-parser 0.4.0-incubating

Atom Specification Implementation Parser

GroupId

GroupId

org.apache.abdera
ArtifactId

ArtifactId

abdera-parser
Version

Version

0.4.0-incubating
Type

Type

jar

Download abdera-parser 0.4.0-incubating


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