GroupId | GroupIdorg.fusesource.fabric.fabric-examples |
---|---|
ArtifactId | ArtifactIdfabric-cxf-demo |
Version | Version7.0.1.fuse-084 |
Type | Typepom |
Filename | Size |
---|---|
fabric-cxf-demo-7.0.1.fuse-084.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.1.fuse-084</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.1.fuse-084'
// https://jarcasting.com/artifacts/org.fusesource.fabric.fabric-examples/fabric-cxf-demo/
implementation ("org.fusesource.fabric.fabric-examples:fabric-cxf-demo:7.0.1.fuse-084")
'org.fusesource.fabric.fabric-examples:fabric-cxf-demo:pom:7.0.1.fuse-084'
<dependency org="org.fusesource.fabric.fabric-examples" name="fabric-cxf-demo" rev="7.0.1.fuse-084">
<artifact name="fabric-cxf-demo" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.fabric.fabric-examples', module='fabric-cxf-demo', version='7.0.1.fuse-084')
)
libraryDependencies += "org.fusesource.fabric.fabric-examples" % "fabric-cxf-demo" % "7.0.1.fuse-084"
[org.fusesource.fabric.fabric-examples/fabric-cxf-demo "7.0.1.fuse-084"]