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