GroupId | GroupIddev.hilla |
---|---|
ArtifactId | ArtifactIdhilla-bom |
Version | Version1.0.12 |
Type | Typepom |
Filename | Size |
---|---|
hilla-bom-1.0.12.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.hilla/hilla-bom/ -->
<dependency>
<groupId>dev.hilla</groupId>
<artifactId>hilla-bom</artifactId>
<version>1.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.hilla/hilla-bom/
implementation 'dev.hilla:hilla-bom:1.0.12'
// https://jarcasting.com/artifacts/dev.hilla/hilla-bom/
implementation ("dev.hilla:hilla-bom:1.0.12")
'dev.hilla:hilla-bom:pom:1.0.12'
<dependency org="dev.hilla" name="hilla-bom" rev="1.0.12">
<artifact name="hilla-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.hilla', module='hilla-bom', version='1.0.12')
)
libraryDependencies += "dev.hilla" % "hilla-bom" % "1.0.12"
[dev.hilla/hilla-bom "1.0.12"]