Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.quarkiverse.cxf |
ArtifactId | ArtifactIdquarkus-cxf-parent |
Version | Version0.3 |
Type | Typepom |
Filename | Size |
---|---|
quarkus-cxf-parent-0.3.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.cxf/quarkus-cxf-parent/ -->
<dependency>
<groupId>io.quarkiverse.cxf</groupId>
<artifactId>quarkus-cxf-parent</artifactId>
<version>0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.cxf/quarkus-cxf-parent/
implementation 'io.quarkiverse.cxf:quarkus-cxf-parent:0.3'
// https://jarcasting.com/artifacts/io.quarkiverse.cxf/quarkus-cxf-parent/
implementation ("io.quarkiverse.cxf:quarkus-cxf-parent:0.3")
'io.quarkiverse.cxf:quarkus-cxf-parent:pom:0.3'
<dependency org="io.quarkiverse.cxf" name="quarkus-cxf-parent" rev="0.3">
<artifact name="quarkus-cxf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.cxf', module='quarkus-cxf-parent', version='0.3')
)
libraryDependencies += "io.quarkiverse.cxf" % "quarkus-cxf-parent" % "0.3"
[io.quarkiverse.cxf/quarkus-cxf-parent "0.3"]