GroupId | GroupIdio.fabric8.examples |
---|---|
ArtifactId | ArtifactIdfabric-cxf-demo |
Version | Version1.1.0.Beta6 |
Type | Typepom |
Filename | Size |
---|---|
fabric-cxf-demo-1.1.0.Beta6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.examples/fabric-cxf-demo/ -->
<dependency>
<groupId>io.fabric8.examples</groupId>
<artifactId>fabric-cxf-demo</artifactId>
<version>1.1.0.Beta6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.examples/fabric-cxf-demo/
implementation 'io.fabric8.examples:fabric-cxf-demo:1.1.0.Beta6'
// https://jarcasting.com/artifacts/io.fabric8.examples/fabric-cxf-demo/
implementation ("io.fabric8.examples:fabric-cxf-demo:1.1.0.Beta6")
'io.fabric8.examples:fabric-cxf-demo:pom:1.1.0.Beta6'
<dependency org="io.fabric8.examples" name="fabric-cxf-demo" rev="1.1.0.Beta6">
<artifact name="fabric-cxf-demo" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.examples', module='fabric-cxf-demo', version='1.1.0.Beta6')
)
libraryDependencies += "io.fabric8.examples" % "fabric-cxf-demo" % "1.1.0.Beta6"
[io.fabric8.examples/fabric-cxf-demo "1.1.0.Beta6"]