Jar examples for r:rome-propono
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.
You can download jar file rome-propono 1.0.0 in this page.
Apache 2
You can use the following script to add rome-propono-1.0.0.jar to your project.
<dependency> <groupId>net.java.dev.rome</groupId> <artifactId>rome-propono</artifactId> <version>1.0.0</version> </dependency>
compile group: 'net.java.dev.rome', name: 'rome-propono', version: '1.0.0'
libraryDependencies += "net.java.dev.rome" % "rome-propono" % "1.0.0"
<dependency org="net.java.dev.rome" name="rome-propono" rev="1.0.0"/>
@Grapes(@Grab(group='net.java.dev.rome', module='rome-propono', version='1.0.0'))
'net.java.dev.rome:rome-propono:jar:1.0.0'
Click the following link to download the jar file.
rome-propono-1.0.0-javadoc.jar