jar

io.github.minliuhua : monkey-flow-core

Maven & Gradle

Aug 25, 2023
Table Of Contents

Latest Version

Download io.github.minliuhua : monkey-flow-core JAR file - Latest Versions:

All Versions

Download io.github.minliuhua : monkey-flow-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window monkey-flow-core-1.1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.monkey.flow.core.config

├─ com.monkey.flow.core.config.MonkeyMyBatisConfig.class - [JAR]

com.monkey.flow.core.domain.dto

├─ com.monkey.flow.core.domain.dto.FlowCombine.class - [JAR]

├─ com.monkey.flow.core.domain.dto.FlowParams.class - [JAR]

com.monkey.flow.core.handler

├─ com.monkey.flow.core.handler.DataFillHandlerImpl.class - [JAR]

com.monkey.flow.core.mapper

├─ com.monkey.flow.core.mapper.FlowDefinitionMapper.class - [JAR]

├─ com.monkey.flow.core.mapper.FlowHisTaskMapper.class - [JAR]

├─ com.monkey.flow.core.mapper.FlowInstanceMapper.class - [JAR]

├─ com.monkey.flow.core.mapper.FlowNodeMapper.class - [JAR]

├─ com.monkey.flow.core.mapper.FlowSkipMapper.class - [JAR]

├─ com.monkey.flow.core.mapper.FlowTaskMapper.class - [JAR]

com.monkey.flow.core.webService

├─ com.monkey.flow.core.webService.DefAppService.class - [JAR]

├─ com.monkey.flow.core.webService.HisTaskAppService.class - [JAR]

├─ com.monkey.flow.core.webService.InsAppService.class - [JAR]

├─ com.monkey.flow.core.webService.NodeAppService.class - [JAR]

├─ com.monkey.flow.core.webService.SkipAppService.class - [JAR]

├─ com.monkey.flow.core.webService.TaskAppService.class - [JAR]

com.monkey.flow.core.constant

├─ com.monkey.flow.core.constant.FlowConstant.class - [JAR]

com.monkey.flow.core.domain.entity

├─ com.monkey.flow.core.domain.entity.FlowDefinition.class - [JAR]

├─ com.monkey.flow.core.domain.entity.FlowHisTask.class - [JAR]

├─ com.monkey.flow.core.domain.entity.FlowInstance.class - [JAR]

├─ com.monkey.flow.core.domain.entity.FlowNode.class - [JAR]

├─ com.monkey.flow.core.domain.entity.FlowSkip.class - [JAR]

├─ com.monkey.flow.core.domain.entity.FlowTask.class - [JAR]

com.monkey.flow.core.utils

├─ com.monkey.flow.core.utils.AssertUtil.class - [JAR]

├─ com.monkey.flow.core.utils.DrawUtils.class - [JAR]

├─ com.monkey.flow.core.utils.FlowConfigUtil.class - [JAR]

com.monkey.flow.core.service

├─ com.monkey.flow.core.service.IFlowDefinitionService.class - [JAR]

├─ com.monkey.flow.core.service.IFlowHisTaskService.class - [JAR]

├─ com.monkey.flow.core.service.IFlowInstanceService.class - [JAR]

├─ com.monkey.flow.core.service.IFlowNodeService.class - [JAR]

├─ com.monkey.flow.core.service.IFlowSkipService.class - [JAR]

├─ com.monkey.flow.core.service.IFlowTaskService.class - [JAR]

com.monkey.flow.core.enums

├─ com.monkey.flow.core.enums.ApprovalAction.class - [JAR]

├─ com.monkey.flow.core.enums.FlowStatus.class - [JAR]

├─ com.monkey.flow.core.enums.NodeType.class - [JAR]

├─ com.monkey.flow.core.enums.PublishStatus.class - [JAR]

com.monkey.flow.core.exception

├─ com.monkey.flow.core.exception.FlowException.class - [JAR]

com.monkey.flow.core.service.impl

├─ com.monkey.flow.core.service.impl.FlowDefinitionServiceImpl.class - [JAR]

├─ com.monkey.flow.core.service.impl.FlowHisTaskServiceImpl.class - [JAR]

├─ com.monkey.flow.core.service.impl.FlowInstanceServiceImpl.class - [JAR]

├─ com.monkey.flow.core.service.impl.FlowNodeServiceImpl.class - [JAR]

├─ com.monkey.flow.core.service.impl.FlowSkipServiceImpl.class - [JAR]

├─ com.monkey.flow.core.service.impl.FlowTaskServiceImpl.class - [JAR]