GroupId | GroupIdorg.rhq |
---|---|
ArtifactId | ArtifactIdrhq-webdav |
Version | Version1.3.0.GA |
Type | Typewar |
Filename | Size |
---|---|
rhq-webdav-1.3.0.GA.pom | |
rhq-webdav-1.3.0.GA.war | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-webdav/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-webdav</artifactId>
<version>1.3.0.GA</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-webdav/
implementation 'org.rhq:rhq-webdav:1.3.0.GA'
// https://jarcasting.com/artifacts/org.rhq/rhq-webdav/
implementation ("org.rhq:rhq-webdav:1.3.0.GA")
'org.rhq:rhq-webdav:war:1.3.0.GA'
<dependency org="org.rhq" name="rhq-webdav" rev="1.3.0.GA">
<artifact name="rhq-webdav" type="war" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-webdav', version='1.3.0.GA')
)
libraryDependencies += "org.rhq" % "rhq-webdav" % "1.3.0.GA"
[org.rhq/rhq-webdav "1.3.0.GA"]