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.

License

License

GroupId

GroupId

org.bitbucket.cpointe.mash
ArtifactId

ArtifactId

mash-parent
Last Version

Last Version

4
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://bitbucket.org/cpointe/mash
Source Code Management

Source Code Management

https://bitbucket.org/cpointe/mash.git

Download mash-parent

Filename Size
mash-parent-4.pom 10 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.bitbucket.cpointe.mash/mash-parent/ -->
<dependency>
    <groupId>org.bitbucket.cpointe.mash</groupId>
    <artifactId>mash-parent</artifactId>
    <version>4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cpointe.mash/mash-parent/
implementation 'org.bitbucket.cpointe.mash:mash-parent:4'
// https://jarcasting.com/artifacts/org.bitbucket.cpointe.mash/mash-parent/
implementation ("org.bitbucket.cpointe.mash:mash-parent:4")
'org.bitbucket.cpointe.mash:mash-parent:pom:4'
<dependency org="org.bitbucket.cpointe.mash" name="mash-parent" rev="4">
  <artifact name="mash-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cpointe.mash', module='mash-parent', version='4')
)
libraryDependencies += "org.bitbucket.cpointe.mash" % "mash-parent" % "4"
[org.bitbucket.cpointe.mash/mash-parent "4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • mash-core
  • mash-jolt
  • mash-velocity

Versions

Version
4
3
2
1