| GroupId | GroupIdorg.fusesource.fabric.fabric-examples | 
    
|---|---|
| ArtifactId | ArtifactIdfabric-cxf-demo | 
    
| Version | Version7.0.2.fuse-097 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| fabric-cxf-demo-7.0.2.fuse-097.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.fusesource.fabric.fabric-examples/fabric-cxf-demo/ -->
<dependency>
    <groupId>org.fusesource.fabric.fabric-examples</groupId>
    <artifactId>fabric-cxf-demo</artifactId>
    <version>7.0.2.fuse-097</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.fusesource.fabric.fabric-examples/fabric-cxf-demo/
implementation 'org.fusesource.fabric.fabric-examples:fabric-cxf-demo:7.0.2.fuse-097'
                // https://jarcasting.com/artifacts/org.fusesource.fabric.fabric-examples/fabric-cxf-demo/
implementation ("org.fusesource.fabric.fabric-examples:fabric-cxf-demo:7.0.2.fuse-097")
                'org.fusesource.fabric.fabric-examples:fabric-cxf-demo:pom:7.0.2.fuse-097'
                <dependency org="org.fusesource.fabric.fabric-examples" name="fabric-cxf-demo" rev="7.0.2.fuse-097">
  <artifact name="fabric-cxf-demo" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.fusesource.fabric.fabric-examples', module='fabric-cxf-demo', version='7.0.2.fuse-097')
)
                libraryDependencies += "org.fusesource.fabric.fabric-examples" % "fabric-cxf-demo" % "7.0.2.fuse-097"
                [org.fusesource.fabric.fabric-examples/fabric-cxf-demo "7.0.2.fuse-097"]