silly-process-engine
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.iqiny.silly</groupId>
<artifactId>silly-process-engine</artifactId>
<version>1.2.10-jdk17</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>silly-parent</artifactId>
<groupId>com.iqiny.silly</groupId>
<version>1.2.10-jdk17</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>silly-process-engine</artifactId>
<packaging>pom</packaging>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<modules>
<!-- <module>activiti-51</module>-->
<!-- <module>activiti-52</module>-->
<!-- <module>flowable-65</module>-->
<!-- <module>flowable-68</module>-->
<module>flowable-70</module>
</modules>
</project>