| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.mamoe |
| ArtifactId | ArtifactIdmirai-core |
| Version | Version2.10.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| mirai-core-2.10.1.pom | |
| mirai-core-2.10.1.module | 2 KB |
| mirai-core-2.10.1-sources.jar | 655 KB |
| mirai-core-2.10.1-kotlin-tooling-metadata.json | 1 KB |
| mirai-core-2.10.1-javadoc.jar | 261 bytes |
| mirai-core-2.10.1-all.jar | 819 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/net.mamoe/mirai-core/ -->
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-core</artifactId>
<version>2.10.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.mamoe/mirai-core/
implementation 'net.mamoe:mirai-core:2.10.1'
// https://jarcasting.com/artifacts/net.mamoe/mirai-core/
implementation ("net.mamoe:mirai-core:2.10.1")
'net.mamoe:mirai-core:pom:2.10.1'
<dependency org="net.mamoe" name="mirai-core" rev="2.10.1">
<artifact name="mirai-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.mamoe', module='mirai-core', version='2.10.1')
)
libraryDependencies += "net.mamoe" % "mirai-core" % "2.10.1"
[net.mamoe/mirai-core "2.10.1"]