Last Version

Mash::Jolt 4

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

Categories

Categories

Jolt Data JSON
GroupId

GroupId

org.bitbucket.cpointe.mash
ArtifactId

ArtifactId

mash-jolt
Version

Version

4
Type

Type

jar
Description

Description

Mash::Jolt
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-jolt 4


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

Dependencies

compile (6)

Group / Artifact Type Version
org.bitbucket.cpointe.mash : mash-core jar 4
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
com.bazaarvoice.jolt : jolt-core jar 0.1.0
com.bazaarvoice.jolt : json-utils jar 0.1.0

test (4)

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
org.bitbucket.cpointe.mash : mash-core test-jar 4

Project Modules

There are no modules declared in this project.