core的api文档中并没有写明要使用哪些包。
我在导入了以下包之后仍然提示找不到类:

<dependency> <groupId>net.mamoe</groupId> <artifactId>mirai-core-jvm</artifactId> <version>2.8.2</version> <type>pom</type> </dependency> <dependency> <groupId>net.mamoe</groupId> <artifactId>mirai-core-api-jvm</artifactId> <version>2.8.2</version> <type>pom</type> </dependency> <dependency> <groupId>net.mamoe</groupId> <artifactId>mirai-core-utils-jvm</artifactId> <version>2.8.2</version> <type>pom</type> <scope>runtime</scope> </dependency>

35c06939-a74f-41d7-abd2-88a2f0c4a213-image.png