Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.bom |
ArtifactId | ArtifactIdbootique-bom |
Version | Version0.24 |
Type | Typepom |
Filename | Size |
---|---|
bootique-bom-0.24.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.bom/bootique-bom/ -->
<dependency>
<groupId>io.bootique.bom</groupId>
<artifactId>bootique-bom</artifactId>
<version>0.24</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.bom/bootique-bom/
implementation 'io.bootique.bom:bootique-bom:0.24'
// https://jarcasting.com/artifacts/io.bootique.bom/bootique-bom/
implementation ("io.bootique.bom:bootique-bom:0.24")
'io.bootique.bom:bootique-bom:pom:0.24'
<dependency org="io.bootique.bom" name="bootique-bom" rev="0.24">
<artifact name="bootique-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.bom', module='bootique-bom', version='0.24')
)
libraryDependencies += "io.bootique.bom" % "bootique-bom" % "0.24"
[io.bootique.bom/bootique-bom "0.24"]