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