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