License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkiverse.cxf |
ArtifactId | ArtifactIdquarkus-cxf-parent |
Version | Version0.10.0 |
Type | Typepom |
Description |
DescriptionQuarkus CXF Extension - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quarkus-cxf-parent-0.10.0.pom | 9 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.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.cxf/quarkus-cxf-parent/
implementation 'io.quarkiverse.cxf:quarkus-cxf-parent:0.10.0'
// https://jarcasting.com/artifacts/io.quarkiverse.cxf/quarkus-cxf-parent/
implementation ("io.quarkiverse.cxf:quarkus-cxf-parent:0.10.0")
'io.quarkiverse.cxf:quarkus-cxf-parent:pom:0.10.0'
<dependency org="io.quarkiverse.cxf" name="quarkus-cxf-parent" rev="0.10.0">
<artifact name="quarkus-cxf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.cxf', module='quarkus-cxf-parent', version='0.10.0')
)
libraryDependencies += "io.quarkiverse.cxf" % "quarkus-cxf-parent" % "0.10.0"
[io.quarkiverse.cxf/quarkus-cxf-parent "0.10.0"]