GroupId | GroupIdorg.apache.rave |
---|---|
ArtifactId | ArtifactIdrave-portal-resources |
Version | Version0.19 |
Type | Typewar |
Filename | Size |
---|---|
rave-portal-resources-0.19.pom | |
rave-portal-resources-0.19.war | 323 KB |
rave-portal-resources-0.19-sources.jar | 27 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.19</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.rave/rave-portal-resources/
implementation 'org.apache.rave:rave-portal-resources:0.19'
// https://jarcasting.com/artifacts/org.apache.rave/rave-portal-resources/
implementation ("org.apache.rave:rave-portal-resources:0.19")
'org.apache.rave:rave-portal-resources:war:0.19'
<dependency org="org.apache.rave" name="rave-portal-resources" rev="0.19">
<artifact name="rave-portal-resources" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.rave', module='rave-portal-resources', version='0.19')
)
libraryDependencies += "org.apache.rave" % "rave-portal-resources" % "0.19"
[org.apache.rave/rave-portal-resources "0.19"]