tamra-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.tamra</groupId>
<artifactId>tamra-spring-boot-starter</artifactId>
<version>0.1.2</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">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.tamra</groupId>
<artifactId>tamra-spring-boot-starter</artifactId>
<version>0.1.2</version>
<name>Tamra Spring Boot Starter</name>
<description>Spring Boot 3.x auto-configuration, Spring AI capture, async ledger writer, and the HumanApproval event API.</description>
<url>https://tamra.dev/tamra-spring-boot-starter</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>satyasivaprasad</id>
<name>Satya Siva Prasad Jonnalagadda</name>
<url>https://github.com/satyasivaprasad</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/tamra-dev/tamra-agent-ledger.git/tamra-spring-boot-starter</connection>
<developerConnection>scm:git:ssh://git@github.com/tamra-dev/tamra-agent-ledger.git/tamra-spring-boot-starter</developerConnection>
<url>https://github.com/tamra-dev/tamra-agent-ledger/tamra-spring-boot-starter</url>
</scm>
<dependencies>
<dependency>
<groupId>dev.tamra</groupId>
<artifactId>tamra-core</artifactId>
<version>0.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>dev.tamra</groupId>
<artifactId>tamra-store</artifactId>
<version>0.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>3.4.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-client-chat</artifactId>
<version>1.0.9</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>