GroupId | GroupIdorg.apache.cxf |
---|---|
ArtifactId | ArtifactIdcxf-bundle |
Version | Version3.0.0-milestone1 |
Type | Typejar |
Filename | Size |
---|---|
cxf-bundle-3.0.0-milestone1.pom | |
cxf-bundle-3.0.0-milestone1.jar | 6 MB |
cxf-bundle-3.0.0-milestone1-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-bundle/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle</artifactId>
<version>3.0.0-milestone1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-bundle/
implementation 'org.apache.cxf:cxf-bundle:3.0.0-milestone1'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-bundle/
implementation ("org.apache.cxf:cxf-bundle:3.0.0-milestone1")
'org.apache.cxf:cxf-bundle:jar:3.0.0-milestone1'
<dependency org="org.apache.cxf" name="cxf-bundle" rev="3.0.0-milestone1">
<artifact name="cxf-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-bundle', version='3.0.0-milestone1')
)
libraryDependencies += "org.apache.cxf" % "cxf-bundle" % "3.0.0-milestone1"
[org.apache.cxf/cxf-bundle "3.0.0-milestone1"]