GroupId | GroupIdorg.fusesource.fabric.fabric-examples |
---|---|
ArtifactId | ArtifactIdfabric-cxf-demo-features |
Version | Version7.0.0.fuse-061 |
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.0.fuse-061</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.0.fuse-061'
// 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.0.fuse-061")
'org.fusesource.fabric.fabric-examples:fabric-cxf-demo-features:jar:7.0.0.fuse-061'
<dependency org="org.fusesource.fabric.fabric-examples" name="fabric-cxf-demo-features" rev="7.0.0.fuse-061">
<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.0.fuse-061')
)
libraryDependencies += "org.fusesource.fabric.fabric-examples" % "fabric-cxf-demo-features" % "7.0.0.fuse-061"
[org.fusesource.fabric.fabric-examples/fabric-cxf-demo-features "7.0.0.fuse-061"]