| GroupId | GroupIdorg.fusesource.fabric |
|---|---|
| ArtifactId | ArtifactIdfabric-launcher |
| Version | Version7.2.0.redhat-024 |
| Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.fusesource.fabric/fabric-launcher/ -->
<dependency>
<groupId>org.fusesource.fabric</groupId>
<artifactId>fabric-launcher</artifactId>
<version>7.2.0.redhat-024</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.fabric/fabric-launcher/
implementation 'org.fusesource.fabric:fabric-launcher:7.2.0.redhat-024'
// https://jarcasting.com/artifacts/org.fusesource.fabric/fabric-launcher/
implementation ("org.fusesource.fabric:fabric-launcher:7.2.0.redhat-024")
'org.fusesource.fabric:fabric-launcher:war:7.2.0.redhat-024'
<dependency org="org.fusesource.fabric" name="fabric-launcher" rev="7.2.0.redhat-024">
<artifact name="fabric-launcher" type="war" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.fabric', module='fabric-launcher', version='7.2.0.redhat-024')
)
libraryDependencies += "org.fusesource.fabric" % "fabric-launcher" % "7.2.0.redhat-024"
[org.fusesource.fabric/fabric-launcher "7.2.0.redhat-024"]