kikwi-in-memory-addons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-in-memory-addons</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-in-memory-addons</artifactId>
<version>0.1.56</version>
<name>kikwiflow :: Persistence In-Memory Addons</name>
<description>Provides a complete in-memory implementation of the persistence APIs. It stores all process data (instances, tasks, jobs) in memory, making it ideal for rapid development, testing, and scenarios where data persistence across application restarts is not required.</description>
<url>https://kikwiflow.io/kikwi-in-memory-addons</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-in-memory-addons</connection>
<developerConnection>scm:git:https://github.com/atoxfy/kikwiflow.git/kikwi-in-memory-addons</developerConnection>
<url>https://github.com/atoxfy/kikwiflow/kikwi-in-memory-addons</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-lightweight-events-api</artifactId>
<version>0.1.56</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-history-api</artifactId>
<version>0.1.56</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-critical-event-relay-api</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>