MVN

io.thorntail : microprofile-config-wildfly-extension

Maven & Gradle

May 26, 2020
2 usages

WildFly: MicroProfile Config Extension

<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>microprofile-config-wildfly-extension</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.thorntail : microprofile-config-wildfly-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of io.thorntail : microprofile-config-wildfly-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
microprofile-config-wildfly-extension-2.7.0
1.9.x
microprofile-config-wildfly-extension-1.9.0
1.8.x
microprofile-config-wildfly-extension-1.8.0
1.7.x
microprofile-config-wildfly-extension-1.7.1
microprofile-config-wildfly-extension-1.7.0
1.6.x
microprofile-config-wildfly-extension-1.6.1
microprofile-config-wildfly-extension-1.6.0
1.5.x
microprofile-config-wildfly-extension-1.5.1
microprofile-config-wildfly-extension-1.5.0

How to add a dependency to Maven

Add the following io.thorntail : microprofile-config-wildfly-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>microprofile-config-wildfly-extension</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.thorntail : microprofile-config-wildfly-extension gradle dependency to your build.gradle file:

implementation 'io.thorntail:microprofile-config-wildfly-extension:2.7.0'

Gradle Kotlin DSL: Add the following io.thorntail : microprofile-config-wildfly-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("io.thorntail:microprofile-config-wildfly-extension:2.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.thorntail : microprofile-config-wildfly-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "io.thorntail" % "microprofile-config-wildfly-extension" % "2.7.0"

Advertisement