GroupId | GroupIdorg.apache.rave |
---|---|
ArtifactId | ArtifactIdrave-portal-resources |
Version | Version0.20.1 |
Type | Typewar |
Filename | Size |
---|---|
rave-portal-resources-0.20.1.pom | |
rave-portal-resources-0.20.1.war | 330 KB |
rave-portal-resources-0.20.1-sources.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.rave/rave-portal-resources/ -->
<dependency>
<groupId>org.apache.rave</groupId>
<artifactId>rave-portal-resources</artifactId>
<version>0.20.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.rave/rave-portal-resources/
implementation 'org.apache.rave:rave-portal-resources:0.20.1'
// https://jarcasting.com/artifacts/org.apache.rave/rave-portal-resources/
implementation ("org.apache.rave:rave-portal-resources:0.20.1")
'org.apache.rave:rave-portal-resources:war:0.20.1'
<dependency org="org.apache.rave" name="rave-portal-resources" rev="0.20.1">
<artifact name="rave-portal-resources" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.rave', module='rave-portal-resources', version='0.20.1')
)
libraryDependencies += "org.apache.rave" % "rave-portal-resources" % "0.20.1"
[org.apache.rave/rave-portal-resources "0.20.1"]