| GroupId | GroupIdorg.fusesource.fabric.fabric-examples | 
    
|---|---|
| ArtifactId | ArtifactIdfabric-cxf-demo-features | 
    
| Version | Version7.0.1.fuse-084 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.fusesource.fabric.fabric-examples/fabric-cxf-demo-features/ -->
<dependency>
    <groupId>org.fusesource.fabric.fabric-examples</groupId>
    <artifactId>fabric-cxf-demo-features</artifactId>
    <version>7.0.1.fuse-084</version>
</dependency>
                // https://jarcasting.com/artifacts/org.fusesource.fabric.fabric-examples/fabric-cxf-demo-features/
implementation 'org.fusesource.fabric.fabric-examples:fabric-cxf-demo-features:7.0.1.fuse-084'
                // https://jarcasting.com/artifacts/org.fusesource.fabric.fabric-examples/fabric-cxf-demo-features/
implementation ("org.fusesource.fabric.fabric-examples:fabric-cxf-demo-features:7.0.1.fuse-084")
                'org.fusesource.fabric.fabric-examples:fabric-cxf-demo-features:jar:7.0.1.fuse-084'
                <dependency org="org.fusesource.fabric.fabric-examples" name="fabric-cxf-demo-features" rev="7.0.1.fuse-084">
  <artifact name="fabric-cxf-demo-features" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.fusesource.fabric.fabric-examples', module='fabric-cxf-demo-features', version='7.0.1.fuse-084')
)
                libraryDependencies += "org.fusesource.fabric.fabric-examples" % "fabric-cxf-demo-features" % "7.0.1.fuse-084"
                [org.fusesource.fabric.fabric-examples/fabric-cxf-demo-features "7.0.1.fuse-084"]