License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdcom.nhl.bootique.bom |
ArtifactId | ArtifactIdbootique-bom |
Last Version | Last Version0.18 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbootique-bom: "Bill of Materials" (BOM) for Bootique core and its standard extensions
Provides a Maven "Bill of Materials" (BOM) for the projects using Bootique to
ensure consistency of the versions of all included standard extensions.
|
Project Organization |
Project OrganizationNational Hockey League |
Filename | Size |
---|---|
bootique-bom-0.18.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.bom/bootique-bom/ -->
<dependency>
<groupId>com.nhl.bootique.bom</groupId>
<artifactId>bootique-bom</artifactId>
<version>0.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.bom/bootique-bom/
implementation 'com.nhl.bootique.bom:bootique-bom:0.18'
// https://jarcasting.com/artifacts/com.nhl.bootique.bom/bootique-bom/
implementation ("com.nhl.bootique.bom:bootique-bom:0.18")
'com.nhl.bootique.bom:bootique-bom:pom:0.18'
<dependency org="com.nhl.bootique.bom" name="bootique-bom" rev="0.18">
<artifact name="bootique-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.bom', module='bootique-bom', version='0.18')
)
libraryDependencies += "com.nhl.bootique.bom" % "bootique-bom" % "0.18"
[com.nhl.bootique.bom/bootique-bom "0.18"]