License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcn.ideabuffer |
ArtifactId | ArtifactIdprocess-api |
Last Version | Last Version1.1.16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA 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.
|
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |