is not current version
Last Version 1.1.3

org.apache.abdera:abdera-parser 1.0

Atom Specification Implementation Parser

GroupId

GroupId

org.apache.abdera
ArtifactId

ArtifactId

abdera-parser
Version

Version

1.0
Type

Type

jar

Download abdera-parser 1.0


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