MVN

org.bitbucket.cpointe.mash : mash-parent

Maven & Gradle

Nov 23, 2022

Mash Mediation Platform · 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.

<dependency>
    <groupId>org.bitbucket.cpointe.mash</groupId>
    <artifactId>mash-parent</artifactId>
    <version>5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.cpointe.mash : mash-parent to add to Maven - Latest Versions:

  • Latest Stable: 5

All Versions

Choose a version of org.bitbucket.cpointe.mash : mash-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
5
mash-parent-5
4
mash-parent-4
3
mash-parent-3
2
mash-parent-2
1
mash-parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.bitbucket.cpointe.mash</groupId>
    <artifactId>mash-parent</artifactId>
    <version>5</version>
</dependency>