spring-ai-yandex-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.abudanov</groupId> <artifactId>spring-ai-yandex-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>io.github.abudanov</groupId> <artifactId>spring-ai-yandex-spring-boot-starter</artifactId> <version>0.1.2</version> <name>Spring AI Starter - Yandex</name> <description>Spring AI Yandex Auto Configuration</description> <url>https://github.com/abudanov/spring-ai-yandex/spring-ai-yandex-spring-boot-starter</url> <licenses> <license> <name>Apache 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>abudanov</id> <name>Aleksandr Budanov</name> <email>mr.godling@gmail.com</email> </developer> </developers> <scm> <connection>git://github.com/abudanov/spring-ai-yandex/spring-ai-yandex-spring-boot-starter</connection> <developerConnection>git@github.com:abudanov/spring-ai-yandex.git/spring-ai-yandex-spring-boot-starter</developerConnection> <url>https://github.com/abudanov/spring-ai-yandex/spring-ai-yandex-spring-boot-starter</url> </scm> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>3.3.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.abudanov</groupId> <artifactId>spring-ai-yandex-spring-boot-autoconfigure</artifactId> <version>0.1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.abudanov</groupId> <artifactId>spring-ai-yandex</artifactId> <version>0.1.2</version> <scope>compile</scope> </dependency> </dependencies> <repositories> <repository> <snapshots> <enabled>false</enabled> </snapshots> <id>spring-milestones</id> <name>Spring Milestones</name> <url>https://repo.spring.io/milestone</url> </repository> </repositories> <build> <plugins> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.6.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>