Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.nhl.bootique.bom |
ArtifactId | ArtifactIdbootique-bom |
Version | Version0.14 |
Type | Typepom |
Filename | Size |
---|---|
bootique-bom-0.14.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.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.bom/bootique-bom/
implementation 'com.nhl.bootique.bom:bootique-bom:0.14'
// https://jarcasting.com/artifacts/com.nhl.bootique.bom/bootique-bom/
implementation ("com.nhl.bootique.bom:bootique-bom:0.14")
'com.nhl.bootique.bom:bootique-bom:pom:0.14'
<dependency org="com.nhl.bootique.bom" name="bootique-bom" rev="0.14">
<artifact name="bootique-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.bom', module='bootique-bom', version='0.14')
)
libraryDependencies += "com.nhl.bootique.bom" % "bootique-bom" % "0.14"
[com.nhl.bootique.bom/bootique-bom "0.14"]