kikwi-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-core</artifactId>
<version>0.1.56</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2025 Atoxfy and/or licensed to Atoxfy
~ under one or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information regarding copyright
~ ownership. Atoxfy licenses this file to you under the Apache License,
~ Version 2.0; you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-core</artifactId>
<version>0.1.56</version>
<name>kikwiflow :: Core Engine</name>
<description>The core module of the Kikwiflow engine. It contains the main process execution logic, BPMN parser, and services for managing the process lifecycle.</description>
<url>https://kikwiflow.io/kikwi-core</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>efagundes93</id>
<name>Emiliano Fagundes</name>
<email>emiliano@atoxfy.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/atoxfy/kikwiflow.git/kikwi-core</connection>
<developerConnection>scm:git:https://github.com/atoxfy/kikwiflow.git/kikwi-core</developerConnection>
<url>https://github.com/atoxfy/kikwiflow/kikwi-core</url>
</scm>
<dependencies>
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-model</artifactId>
<version>0.1.56</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-runtime-persistence-api</artifactId>
<version>0.1.56</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-security-api</artifactId>
<version>0.1.56</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-lightweight-events-api</artifactId>
<version>0.1.56</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-execution-api</artifactId>
<version>0.1.56</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-in-memory-addons</artifactId>
<version>0.1.56</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.4.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>