| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bitbucket.cpointe.mash |
| Идентификатор | Идентификаторmash-parent |
| Версия | Версия4 |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mash-parent-4.pom | 10 KB |
| Обзор |
<!-- 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"]