spring-ai-structured-output-guard-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.kiyra-gjx</groupId>
<artifactId>spring-ai-structured-output-guard-starter</artifactId>
<version>0.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.kiyra-gjx</groupId>
<artifactId>spring-ai-structured-output-guard-starter</artifactId>
<version>0.1.0</version>
<name>Spring AI Structured Output Guard Starter</name>
<description>Spring Boot starter for resilient structured output calls in Spring AI.</description>
<url>https://github.com/Kiyra-gjx/spring-ai-structured-output-guard</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>Kiyra-gjx</id>
<name>Kiyra</name>
<email>Kiyra.gjx@gmail.com</email>
<url>https://github.com/Kiyra-gjx</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Kiyra-gjx/spring-ai-structured-output-guard.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Kiyra-gjx/spring-ai-structured-output-guard.git</developerConnection>
<url>https://github.com/Kiyra-gjx/spring-ai-structured-output-guard</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.kiyra-gjx</groupId>
<artifactId>spring-ai-structured-output-guard-core</artifactId>
<version>0.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-client-chat</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-model</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-commons</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-bom</artifactId>
<version>2.0.0-M1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>4.0.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>