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