| GroupId | GroupIdorg.apache.portals.jetspeed-2 |
|---|---|
| ArtifactId | ArtifactIdrss |
| Version | Version2.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| rss-2.0.pom | |
| rss-2.0.war | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/rss/ -->
<dependency>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>rss</artifactId>
<version>2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/rss/
implementation 'org.apache.portals.jetspeed-2:rss:2.0'
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/rss/
implementation ("org.apache.portals.jetspeed-2:rss:2.0")
'org.apache.portals.jetspeed-2:rss:war:2.0'
<dependency org="org.apache.portals.jetspeed-2" name="rss" rev="2.0">
<artifact name="rss" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.jetspeed-2', module='rss', version='2.0')
)
libraryDependencies += "org.apache.portals.jetspeed-2" % "rss" % "2.0"
[org.apache.portals.jetspeed-2/rss "2.0"]