is not current version
Last Version 4

org.bitbucket.cpointe.mash:mash-parent 1

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.

GroupId

GroupId

org.bitbucket.cpointe.mash
ArtifactId

ArtifactId

mash-parent
Version

Version

1
Type

Type

pom

Download mash-parent 1

Filename Size
mash-parent-1.pom 7 KB
Browse

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