MVN

org.wildfly.extras.patch : fuse-patch-installer

Maven & Gradle

Mar 25, 2019
3 usages
1 stars

Fuse Patch :: Installer

<dependency>
    <groupId>org.wildfly.extras.patch</groupId>
    <artifactId>fuse-patch-installer</artifactId>
    <version>3.2.0.fuse-730003</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.extras.patch : fuse-patch-installer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0.fuse-730003

All Versions

Choose a version of org.wildfly.extras.patch : fuse-patch-installer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
fuse-patch-installer-5.0.0
4.0.x
fuse-patch-installer-4.0.0
3.2.x
fuse-patch-installer-3.2.0.fuse-730003
3.0.x
fuse-patch-installer-3.0.0
2.7.x
fuse-patch-installer-2.7.0.redhat-8
fuse-patch-installer-2.7.0.redhat-7
fuse-patch-installer-2.7.0.redhat-6
fuse-patch-installer-2.7.0.redhat-5
fuse-patch-installer-2.7.0.redhat-4
fuse-patch-installer-2.7.0.redhat-3
fuse-patch-installer-2.7.0.redhat-2
fuse-patch-installer-2.7.0.redhat-1
fuse-patch-installer-2.7.0
2.6.x
fuse-patch-installer-2.6.0.redhat-2
fuse-patch-installer-2.6.0.redhat-1
fuse-patch-installer-2.6.0
2.5.x
fuse-patch-installer-2.5.0
2.4.x
fuse-patch-installer-2.4.0
2.3.x
fuse-patch-installer-2.3.0
2.2.x
fuse-patch-installer-2.2.2
fuse-patch-installer-2.2.1
fuse-patch-installer-2.2.0
2.1.x
fuse-patch-installer-2.1.1
fuse-patch-installer-2.1.0
2.0.x
fuse-patch-installer-2.0.1
fuse-patch-installer-2.0.0
1.6.x
fuse-patch-installer-1.6.2
fuse-patch-installer-1.6.1
fuse-patch-installer-1.6.0
1.5.x
fuse-patch-installer-1.5.0
1.4.x
fuse-patch-installer-1.4.0

How to add a dependency to Maven

Add the following org.wildfly.extras.patch : fuse-patch-installer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wildfly.extras.patch</groupId>
    <artifactId>fuse-patch-installer</artifactId>
    <version>3.2.0.fuse-730003</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly.extras.patch : fuse-patch-installer gradle dependency to your build.gradle file:

implementation 'org.wildfly.extras.patch:fuse-patch-installer:3.2.0.fuse-730003'

Gradle Kotlin DSL: Add the following org.wildfly.extras.patch : fuse-patch-installer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly.extras.patch:fuse-patch-installer:3.2.0.fuse-730003")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly.extras.patch : fuse-patch-installer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly.extras.patch" % "fuse-patch-installer" % "3.2.0.fuse-730003"