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