is not current version
Last Version 1.0.0

net.java.dev.rome:rome-propono 0.9.13

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.

Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.dev.rome
ArtifactId

ArtifactId

rome-propono
Version

Version

0.9.13
Type

Type

jar

Download rome-propono 0.9.13


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