| Categories | CategoriesWildFly Container Application Servers | 
|---|---|
| GroupId | GroupIdorg.wildfly.extras.patch | 
| ArtifactId | ArtifactIdfuse-patch-installer | 
| Version | Version2.6.0.redhat-2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-installer/ -->
<dependency>
    <groupId>org.wildfly.extras.patch</groupId>
    <artifactId>fuse-patch-installer</artifactId>
    <version>2.6.0.redhat-2</version>
</dependency>// https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-installer/
implementation 'org.wildfly.extras.patch:fuse-patch-installer:2.6.0.redhat-2'// https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-installer/
implementation ("org.wildfly.extras.patch:fuse-patch-installer:2.6.0.redhat-2")'org.wildfly.extras.patch:fuse-patch-installer:jar:2.6.0.redhat-2'<dependency org="org.wildfly.extras.patch" name="fuse-patch-installer" rev="2.6.0.redhat-2">
  <artifact name="fuse-patch-installer" type="jar" />
</dependency>@Grapes(
@Grab(group='org.wildfly.extras.patch', module='fuse-patch-installer', version='2.6.0.redhat-2')
)libraryDependencies += "org.wildfly.extras.patch" % "fuse-patch-installer" % "2.6.0.redhat-2"[org.wildfly.extras.patch/fuse-patch-installer "2.6.0.redhat-2"]