langchain4j

Форк
1
66 строк · 2.0 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
    <modelVersion>4.0.0</modelVersion>
6

7
    <parent>
8
        <groupId>dev.langchain4j</groupId>
9
        <artifactId>langchain4j-parent</artifactId>
10
        <version>0.29.0-SNAPSHOT</version>
11
        <relativePath>../langchain4j-parent/pom.xml</relativePath>
12
    </parent>
13

14
    <artifactId>langchain4j-dashscope</artifactId>
15
    <name>LangChain4j :: Integration :: DashScope</name>
16

17
    <dependencies>
18

19
        <dependency>
20
            <groupId>dev.langchain4j</groupId>
21
            <artifactId>langchain4j-core</artifactId>
22
        </dependency>
23

24
        <dependency>
25
            <groupId>com.alibaba</groupId>
26
            <artifactId>dashscope-sdk-java</artifactId>
27
            <version>2.10.1</version>
28
        </dependency>
29

30
        <dependency>
31
            <groupId>org.junit.jupiter</groupId>
32
            <artifactId>junit-jupiter-engine</artifactId>
33
            <scope>test</scope>
34
        </dependency>
35

36
        <dependency>
37
            <groupId>org.junit.jupiter</groupId>
38
            <artifactId>junit-jupiter-params</artifactId>
39
            <scope>test</scope>
40
        </dependency>
41

42
        <dependency>
43
            <groupId>org.assertj</groupId>
44
            <artifactId>assertj-core</artifactId>
45
            <scope>test</scope>
46
        </dependency>
47

48
        <dependency>
49
            <groupId>dev.langchain4j</groupId>
50
            <artifactId>langchain4j-core</artifactId>
51
            <classifier>tests</classifier>
52
            <type>test-jar</type>
53
            <scope>test</scope>
54
        </dependency>
55
    </dependencies>
56

57
    <licenses>
58
        <license>
59
            <name>Apache-2.0</name>
60
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
61
            <distribution>repo</distribution>
62
            <comments>A business-friendly OSS license</comments>
63
        </license>
64
    </licenses>
65

66
</project>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.