MVN

org.wildfly.core : wildfly-installation-manager

Maven & Gradle

Aug 23, 2023

WildFly: Installation Manager · WildFly: Installation Manager integrates the installation manager tool in the server management model

<dependency>
    <groupId>org.wildfly.core</groupId>
    <artifactId>wildfly-installation-manager</artifactId>
    <version>21.1.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.core : wildfly-installation-manager to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.1.1.Final
  • Latest Beta: 22.0.0.Beta1

All Versions

Choose a version of org.wildfly.core : wildfly-installation-manager to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
22.0.x
wildfly-installation-manager-22.0.0.Beta1
21.1.x
wildfly-installation-manager-21.1.1.Final
wildfly-installation-manager-21.1.0.Final
wildfly-installation-manager-21.1.0.Beta2
wildfly-installation-manager-21.1.0.Beta1
21.0.x
wildfly-installation-manager-21.0.0.Beta4
wildfly-installation-manager-21.0.0.Beta3
wildfly-installation-manager-21.0.0.Beta2
wildfly-installation-manager-21.0.0.Beta1

How to add a dependency to Maven

Add the following org.wildfly.core : wildfly-installation-manager maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wildfly.core</groupId>
    <artifactId>wildfly-installation-manager</artifactId>
    <version>21.1.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly.core : wildfly-installation-manager gradle dependency to your build.gradle file:

implementation 'org.wildfly.core:wildfly-installation-manager:21.1.1.Final'

Gradle Kotlin DSL: Add the following org.wildfly.core : wildfly-installation-manager gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly.core:wildfly-installation-manager:21.1.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly.core : wildfly-installation-manager sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly.core" % "wildfly-installation-manager" % "21.1.1.Final"