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