agents-flex-llm-volcengine
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-llm-volcengine</artifactId>
<version>1.4.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>com.agentsflex</groupId>
<artifactId>agents-flex-llm-volcengine</artifactId>
<version>1.4.2</version>
<name>agents-flex-llm-volcengine</name>
<description>Agents-Flex is an elegant LLM Application Framework like LangChain with Java.</description>
<url>https://agentsflex.com/agents-flex-llm/agents-flex-llm-volcengine</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Michael Yang</name>
<email>fuhai999@gmail.com</email>
<roles>
<role>developer</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/agents-flex/agents-flex.git/agents-flex-llm/agents-flex-llm-volcengine</connection>
<developerConnection>scm:git:https://github.com/agents-flex/agents-flex.git/agents-flex-llm/agents-flex-llm-volcengine</developerConnection>
<url>https://github.com/agents-flex/agents-flex/agents-flex-llm/agents-flex-llm-volcengine</url>
</scm>
<issueManagement>
<system>Github Issue</system>
<url>https://github.com/agents-flex/agents-flex/issues</url>
</issueManagement>
<distributionManagement>
<snapshotRepository>
<id>central</id>
<url>https://central.sonatype.com/</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-core</artifactId>
<version>1.4.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.7.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>