| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаcn.ideabuffer |
| Идентификатор | Идентификаторprocess-api |
| Последняя версия | Последняя версия1.1.16 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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-api-1.1.16.pom | |
| process-api-1.1.16.jar | 44 KB |
| process-api-1.1.16-sources.jar | 25 KB |
| process-api-1.1.16-javadoc.jar | 299 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.ideabuffer/process-api/ -->
<dependency>
<groupId>cn.ideabuffer</groupId>
<artifactId>process-api</artifactId>
<version>1.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ideabuffer/process-api/
implementation 'cn.ideabuffer:process-api:1.1.16'
// https://jarcasting.com/artifacts/cn.ideabuffer/process-api/
implementation ("cn.ideabuffer:process-api:1.1.16")
'cn.ideabuffer:process-api:jar:1.1.16'
<dependency org="cn.ideabuffer" name="process-api" rev="1.1.16">
<artifact name="process-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ideabuffer', module='process-api', version='1.1.16')
)
libraryDependencies += "cn.ideabuffer" % "process-api" % "1.1.16"
[cn.ideabuffer/process-api "1.1.16"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| cn.ideabuffer : process-core | jar | 1.1.16 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.10.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |