License |
License |
---|---|
GroupId | GroupIdcom.googlecode.s2rome |
ArtifactId | ArtifactIdstruts2-rome-plugin |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStruts2 Rome Plugin
A plugin that contains a RomeResult for Struts 2 to create feeds using Rome.
|
Project URL |
Project URL |
Filename | Size |
---|---|
struts2-rome-plugin-0.3.pom | |
struts2-rome-plugin-0.3.jar | 3 KB |
struts2-rome-plugin-0.3-sources.jar | 325 bytes |
struts2-rome-plugin-0.3-javadoc.jar | 325 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.s2rome/struts2-rome-plugin/ -->
<dependency>
<groupId>com.googlecode.s2rome</groupId>
<artifactId>struts2-rome-plugin</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.s2rome/struts2-rome-plugin/
implementation 'com.googlecode.s2rome:struts2-rome-plugin:0.3'
// https://jarcasting.com/artifacts/com.googlecode.s2rome/struts2-rome-plugin/
implementation ("com.googlecode.s2rome:struts2-rome-plugin:0.3")
'com.googlecode.s2rome:struts2-rome-plugin:jar:0.3'
<dependency org="com.googlecode.s2rome" name="struts2-rome-plugin" rev="0.3">
<artifact name="struts2-rome-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.s2rome', module='struts2-rome-plugin', version='0.3')
)
libraryDependencies += "com.googlecode.s2rome" % "struts2-rome-plugin" % "0.3"
[com.googlecode.s2rome/struts2-rome-plugin "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.struts : struts2-core | jar | 2.2.1.1 |
rome : rome | jar | 1.0 |
commons-logging : commons-logging | jar | 1.1.1 |