License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.bom |
ArtifactId | ArtifactIdbootique-bom |
Version | Version2.0.1 |
Type | Typepom |
Description |
Descriptionbootique-bom: Bill of Materials (BOM) for Bootique and Bootique modules.
The main Maven "Bill of Materials" (BOM) to the projects using Bootique, ensuring
consistency of the versions of all included standard extensions.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-bom-2.0.1.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.bom/bootique-bom/ -->
<dependency>
<groupId>io.bootique.bom</groupId>
<artifactId>bootique-bom</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.bom/bootique-bom/
implementation 'io.bootique.bom:bootique-bom:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.bom/bootique-bom/
implementation ("io.bootique.bom:bootique-bom:2.0.1")
'io.bootique.bom:bootique-bom:pom:2.0.1'
<dependency org="io.bootique.bom" name="bootique-bom" rev="2.0.1">
<artifact name="bootique-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.bom', module='bootique-bom', version='2.0.1')
)
libraryDependencies += "io.bootique.bom" % "bootique-bom" % "2.0.1"
[io.bootique.bom/bootique-bom "2.0.1"]