| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.mamoe |
| ArtifactId | ArtifactIdmirai-core-all |
| Version | Version2.10.0-RC |
| Type | Typepom |
| Filename | Size |
|---|---|
| mirai-core-all-2.10.0-RC.pom | |
| mirai-core-all-2.10.0-RC.module | 2 KB |
| mirai-core-all-2.10.0-RC-sources.jar | 338 bytes |
| mirai-core-all-2.10.0-RC-javadoc.jar | 338 bytes |
| mirai-core-all-2.10.0-RC-all.jar | 35 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.mamoe/mirai-core-all/ -->
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-core-all</artifactId>
<version>2.10.0-RC</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.mamoe/mirai-core-all/
implementation 'net.mamoe:mirai-core-all:2.10.0-RC'
// https://jarcasting.com/artifacts/net.mamoe/mirai-core-all/
implementation ("net.mamoe:mirai-core-all:2.10.0-RC")
'net.mamoe:mirai-core-all:pom:2.10.0-RC'
<dependency org="net.mamoe" name="mirai-core-all" rev="2.10.0-RC">
<artifact name="mirai-core-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.mamoe', module='mirai-core-all', version='2.10.0-RC')
)
libraryDependencies += "net.mamoe" % "mirai-core-all" % "2.10.0-RC"
[net.mamoe/mirai-core-all "2.10.0-RC"]