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