agentscope-runtime-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.agentscope</groupId>
<artifactId>agentscope-runtime-web</artifactId>
<version>1.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.agentscope</groupId>
<artifactId>agentscope-runtime-web</artifactId>
<version>1.0.2</version>
<name>AgentScope Runtime Web</name>
<description>Java Implementation for AgentScope Runtime</description>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
<organization>
<name>Alibaba Cloud Inc.</name>
<url>https://runtime.agentscope.io</url>
</organization>
<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>chickenlj</id>
<name>Jun Liu</name>
<email>ken.lj.hz@gmail.com</email>
<organization>Alibaba Cloud</organization>
<organizationUrl>https://aliyun.com</organizationUrl>
</developer>
<developer>
<id>xuehuitian45</id>
<name>Huitian Xue</name>
<email>13069167198@163.com</email>
<organization>Alibaba Cloud</organization>
<organizationUrl>https://aliyun.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>git://github.com/agentscope-ai/agentscope-runtime-java.git</connection>
<developerConnection>git@github.com:agentscope-ai/agentscope-runtime-java.git</developerConnection>
<url>https://github.com/agentscope-ai/agentscope-runtime-java</url>
</scm>
<dependencies>
<dependency>
<groupId>io.agentscope</groupId>
<artifactId>agentscope-runtime-engine</artifactId>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>2.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.a2asdk</groupId>
<artifactId>a2a-java-sdk-server-common</artifactId>
<version>0.3.2.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-arc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.a2asdk</groupId>
<artifactId>a2a-java-sdk-client</artifactId>
<version>0.3.2.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-a2a</artifactId>
<version>1.0.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.slf4j</groupId>
<artifactId>slf4j-jboss-logmanager</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>