moonshot-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.springaicommunity</groupId> <artifactId>moonshot-spring-boot-starter</artifactId> <version>1.0.0</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>org.springaicommunity</groupId> <artifactId>moonshot-spring-boot-starter</artifactId> <version>1.0.0</version> <name>Moonshot AI Spring Boot Starter</name> <description>Moonshot AI Spring Boot Starter</description> <url>https://github.com/spring-ai-community/moonshot</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>gr</id> <name>GengRong</name> <email>gr@fastball.dev</email> <roles> <role>lead</role> </roles> </developer> </developers> <scm> <connection>git://github.com/spring-ai-community/moonshot.git</connection> <developerConnection>git@github.com:spring-ai-community/moonshot.git</developerConnection> <url>https://github.com/spring-ai-community/moonshot</url> </scm> <dependencies> <dependency> <groupId>org.springaicommunity</groupId> <artifactId>moonshot-core</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springaicommunity</groupId> <artifactId>spring-ai-autoconfigure-model-moonshot</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>3.2.4</version> <scope>compile</scope> </dependency> </dependencies> </project>