Files download
File Operation
mule4-property-placeholder-module-0.0.4.pom download
mule4-property-placeholder-module-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nabsha.mule4.property.provider</groupId>
  <artifactId>mule4-property-placeholder-module</artifactId>
  <version>0.0.4</version>
  <type>mule-extension</type>
</dependency>
Gradle Groovy
implementation 'com.github.nabsha.mule4.property.provider:mule4-property-placeholder-module:0.0.4'
Gradle Kotlin
implementation("com.github.nabsha.mule4.property.provider:mule4-property-placeholder-module:0.0.4")
Scala SBT
libraryDependencies += "com.github.nabsha.mule4.property.provider" % "mule4-property-placeholder-module" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nabsha.mule4.property.provider', module='mule4-property-placeholder-module', version='0.0.4')
)
Apache Ivy
<dependency org="com.github.nabsha.mule4.property.provider" name="mule4-property-placeholder-module" rev="0.0.4" />
Leiningen
[com.github.nabsha.mule4.property.provider/mule4-property-placeholder-module "0.0.4"]
Apache Buildr
'com.github.nabsha.mule4.property.provider:mule4-property-placeholder-module:jar:0.0.4'