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