is not current version
Last Version 1.1.16

Process Control 1.1.9

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.

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

cn.ideabuffer
ArtifactId

ArtifactId

process-control
Version

Version

1.1.9
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/sangjian/process-control
Source Code Management

Source Code Management

https://github.com/sangjian/process-control

Download process-control 1.1.9

Filename Size
process-control-1.1.9.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.ideabuffer/process-control/ -->
<dependency>
    <groupId>cn.ideabuffer</groupId>
    <artifactId>process-control</artifactId>
    <version>1.1.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.ideabuffer/process-control/
implementation 'cn.ideabuffer:process-control:1.1.9'
// https://jarcasting.com/artifacts/cn.ideabuffer/process-control/
implementation ("cn.ideabuffer:process-control:1.1.9")
'cn.ideabuffer:process-control:pom:1.1.9'
<dependency org="cn.ideabuffer" name="process-control" rev="1.1.9">
  <artifact name="process-control" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.ideabuffer', module='process-control', version='1.1.9')
)
libraryDependencies += "cn.ideabuffer" % "process-control" % "1.1.9"
[cn.ideabuffer/process-control "1.1.9"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • process-core
  • process-extension
  • process-annotation
  • process-api