is not current version
Last Version 7.2.0.redhat-083

org.fusesource.fabric:fabric-launcher 1.1

Fuse Fabric :: Launcher

GroupId

GroupId

org.fusesource.fabric
ArtifactId

ArtifactId

fabric-launcher
Version

Version

1.1
Type

Type

war

Download fabric-launcher 1.1


<!-- https://jarcasting.com/artifacts/org.fusesource.fabric/fabric-launcher/ -->
<dependency>
    <groupId>org.fusesource.fabric</groupId>
    <artifactId>fabric-launcher</artifactId>
    <version>1.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.fabric/fabric-launcher/
implementation 'org.fusesource.fabric:fabric-launcher:1.1'
// https://jarcasting.com/artifacts/org.fusesource.fabric/fabric-launcher/
implementation ("org.fusesource.fabric:fabric-launcher:1.1")
'org.fusesource.fabric:fabric-launcher:war:1.1'
<dependency org="org.fusesource.fabric" name="fabric-launcher" rev="1.1">
  <artifact name="fabric-launcher" type="war" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.fabric', module='fabric-launcher', version='1.1')
)
libraryDependencies += "org.fusesource.fabric" % "fabric-launcher" % "1.1"
[org.fusesource.fabric/fabric-launcher "1.1"]