mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 17:00:14 +08:00
Update ConfiguringProjects.md
This commit is contained in:
parent
596a295905
commit
6402315ed7
@ -104,13 +104,13 @@ dependencies {
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.mamoe</groupId>
|
<groupId>net.mamoe</groupId>
|
||||||
<artifactId>mirai-core</artifactId>
|
<artifactId>mirai-core-jvm</artifactId>
|
||||||
<version>2.1.0</version> <!-- 替换版本为你需要的版本 -->
|
<version>2.1.0</version> <!-- 替换版本为你需要的版本 -->
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
```
|
```
|
||||||
|
|
||||||
> artifactId 在 `2.1.0` 起才可以使用 `mirai-core`。在 `2.0.0` 需要使用 `mirai-core-jvm`。
|
> 注意在 Maven,artifactId 要使用带 `-jvm` 后缀的
|
||||||
|
|
||||||
### 3. 添加 Kotlin 依赖
|
### 3. 添加 Kotlin 依赖
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user