moonshot-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.springaicommunity</groupId>
<artifactId>moonshot-core</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-core</artifactId>
<version>1.0.0</version>
<name>Moonshot AI Core</name>
<description>Moonshot AI Java Client Core Implementation</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.springframework.ai</groupId>
<artifactId>spring-ai-client-chat</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-retry</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>6.2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>