is not current version
Last Version 1.18.0

com.rometools:rome-propono 1.5.1

The ROME Propono subproject is a Java class library that supports publishing protocols, specifically the Atom Publishing Protocol and the legacy MetaWeblog API. Propono includes an Atom client library, Atom server framework and a Blog client that supports both Atom protocol and the MetaWeblog API.

GroupId

GroupId

com.rometools
ArtifactId

ArtifactId

rome-propono
Version

Version

1.5.1
Type

Type

jar

Download rome-propono 1.5.1


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