| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.mamoe |
| ArtifactId | ArtifactIdmirai-bom |
| Version | Version2.10.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| mirai-bom-2.10.2.pom | |
| mirai-bom-2.10.2.module | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.mamoe/mirai-bom/ -->
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-bom</artifactId>
<version>2.10.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.mamoe/mirai-bom/
implementation 'net.mamoe:mirai-bom:2.10.2'
// https://jarcasting.com/artifacts/net.mamoe/mirai-bom/
implementation ("net.mamoe:mirai-bom:2.10.2")
'net.mamoe:mirai-bom:pom:2.10.2'
<dependency org="net.mamoe" name="mirai-bom" rev="2.10.2">
<artifact name="mirai-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.mamoe', module='mirai-bom', version='2.10.2')
)
libraryDependencies += "net.mamoe" % "mirai-bom" % "2.10.2"
[net.mamoe/mirai-bom "2.10.2"]