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