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