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