GroupId | GroupIdorg.apache.cxf |
---|---|
ArtifactId | ArtifactIdcxf-rt-management-web |
Version | Version2.3.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-management-web/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management-web</artifactId>
<version>2.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-management-web/
implementation 'org.apache.cxf:cxf-rt-management-web:2.3.11'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-management-web/
implementation ("org.apache.cxf:cxf-rt-management-web:2.3.11")
'org.apache.cxf:cxf-rt-management-web:jar:2.3.11'
<dependency org="org.apache.cxf" name="cxf-rt-management-web" rev="2.3.11">
<artifact name="cxf-rt-management-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-management-web', version='2.3.11')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-management-web" % "2.3.11"
[org.apache.cxf/cxf-rt-management-web "2.3.11"]