| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаcn.ideabuffer |
| Идентификатор | Идентификаторprocess-control |
| Последняя версия | Последняя версия1.1.16 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеProcess Control
A lightweight process control framework, used to solve the bloated and difficult to understand business code, through the process will refine the business logic, so that the business process can be orchestrated and can be clearly understood, at the same time, the code can be reasonable Realize complex business logic in a flexible way.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| process-control-1.1.16.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.ideabuffer/process-control/ -->
<dependency>
<groupId>cn.ideabuffer</groupId>
<artifactId>process-control</artifactId>
<version>1.1.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.ideabuffer/process-control/
implementation 'cn.ideabuffer:process-control:1.1.16'
// https://jarcasting.com/artifacts/cn.ideabuffer/process-control/
implementation ("cn.ideabuffer:process-control:1.1.16")
'cn.ideabuffer:process-control:pom:1.1.16'
<dependency org="cn.ideabuffer" name="process-control" rev="1.1.16">
<artifact name="process-control" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.ideabuffer', module='process-control', version='1.1.16')
)
libraryDependencies += "cn.ideabuffer" % "process-control" % "1.1.16"
[cn.ideabuffer/process-control "1.1.16"]