Mash::Core

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-core
Last Version

Last Version

4
Release Date

Release Date

Type

Type

jar
Description

Description

Mash::Core
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.

Download mash-core

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.17.0
org.apache.logging.log4j : log4j-core jar 2.17.0
org.apache.logging.log4j : log4j-slf4j-impl jar 2.17.0
org.bitbucket.askllc.krausening : krausening jar 5
com.fasterxml.jackson.core : jackson-core jar 2.9.0
com.fasterxml.jackson.core : jackson-annotations jar 2.9.0
com.fasterxml.jackson.core : jackson-databind jar 2.9.0
org.apache.poi : poi jar 3.17
org.apache.poi : poi-ooxml jar 3.17

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
info.cukes : cucumber-java jar 1.2.5
info.cukes : cucumber-junit jar 1.2.5

Project Modules

There are no modules declared in this project.

Versions

Version
4
3
2
1