m

mash-parent

In brewing, mashing passes raw ingredients through hot water to activate, hydrate, and convert them for fermentation. Mash, the open source project, takes raw data payloads and provides a generic mediation process to translate the payloads into a new output. This allows configuration-driven mediation to be plugged into your application, which is especially important when dealing with ad-hoc tweaks that need to occur to payloads to add, remove, or alter them to conform to changing service payloads to/from other systems.
https://github.com/TechnologyBrewery/mash
MIT License
Ryan Ashcraft Eric Konieczny
Files download
File Operation
mash-parent-1.6.0.pom download
Apache Maven
<dependency>
  <groupId>org.technologybrewery.mash</groupId>
  <artifactId>mash-parent</artifactId>
  <version>1.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.technologybrewery.mash:mash-parent:1.6.0'
Gradle Kotlin
implementation("org.technologybrewery.mash:mash-parent:1.6.0")
Scala SBT
libraryDependencies += "org.technologybrewery.mash" % "mash-parent" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.technologybrewery.mash', module='mash-parent', version='1.6.0')
)
Apache Ivy
<dependency org="org.technologybrewery.mash" name="mash-parent" rev="1.6.0" />
Leiningen
[org.technologybrewery.mash/mash-parent "1.6.0"]
Apache Buildr
'org.technologybrewery.mash:mash-parent:jar:1.6.0'