не последняя версия
Последняя версия 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.

Группа

Группа

org.bitbucket.cpointe.mash
Идентификатор

Идентификатор

mash-parent
Версия

Версия

1
Тип

Тип

pom

Скачать mash-parent 1

Имя Файла Размер
mash-parent-1.pom 7 KB
Обзор

<!-- 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"]