kore-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.unityinflow</groupId>
<artifactId>kore-bom</artifactId>
<version>0.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.unityinflow</groupId>
<artifactId>kore-bom</artifactId>
<version>0.1.1</version>
<packaging>pom</packaging>
<name>kore-runtime — BOM</name>
<description>Curated Bill of Materials aligning the stable v0.1.0 subset of kore-runtime modules (kore-core, kore-llm, kore-mcp, kore-observability, kore-storage, kore-skills, kore-spring, kore-test, kore-budget).</description>
<url>https://github.com/UnityInFlow/kore</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jhermann</id>
<name>Jiří Hermann</name>
<email>jiri@unityinflow.dev</email>
<organization>UnityInFlow</organization>
<organizationUrl>https://github.com/UnityInFlow</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/UnityInFlow/kore.git</connection>
<developerConnection>scm:git:ssh://git@github.com/UnityInFlow/kore.git</developerConnection>
<url>https://github.com/UnityInFlow/kore</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/UnityInFlow/kore/issues</url>
</issueManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.unityinflow</groupId>
<artifactId>kore-core</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>io.github.unityinflow</groupId>
<artifactId>kore-llm</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>io.github.unityinflow</groupId>
<artifactId>kore-mcp</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>io.github.unityinflow</groupId>
<artifactId>kore-observability</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>io.github.unityinflow</groupId>
<artifactId>kore-storage</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>io.github.unityinflow</groupId>
<artifactId>kore-skills</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>io.github.unityinflow</groupId>
<artifactId>kore-spring</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>io.github.unityinflow</groupId>
<artifactId>kore-test</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>io.github.unityinflow</groupId>
<artifactId>kore-budget</artifactId>
<version>0.1.1</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>