MVN

com.github.nabsha.mule4.property.provider : mule4-property-placeholder-module

Maven & Gradle

Nov 28, 2019
2 stars

Mule4 properties placeholder provider Extension

<dependency>
    <groupId>com.github.nabsha.mule4.property.provider</groupId>
    <artifactId>mule4-property-placeholder-module</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nabsha.mule4.property.provider : mule4-property-placeholder-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of com.github.nabsha.mule4.property.provider : mule4-property-placeholder-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
mule4-property-placeholder-module-0.0.4
mule4-property-placeholder-module-0.0.3
mule4-property-placeholder-module-0.0.2
mule4-property-placeholder-module-0.0.1

How to add a dependency to Maven

Add the following com.github.nabsha.mule4.property.provider : mule4-property-placeholder-module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nabsha.mule4.property.provider</groupId>
    <artifactId>mule4-property-placeholder-module</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nabsha.mule4.property.provider : mule4-property-placeholder-module gradle dependency to your build.gradle file:

implementation 'com.github.nabsha.mule4.property.provider:mule4-property-placeholder-module:0.0.4'

Gradle Kotlin DSL: Add the following com.github.nabsha.mule4.property.provider : mule4-property-placeholder-module gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nabsha.mule4.property.provider:mule4-property-placeholder-module:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nabsha.mule4.property.provider : mule4-property-placeholder-module sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nabsha.mule4.property.provider" % "mule4-property-placeholder-module" % "0.0.4"