License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdcom.nhl.bootique |
ArtifactId | ArtifactIdbootique-framework-parent |
Last Version | Last Version0.18 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbootique-framework-parent
Parent of Bootique core framework and Bootique docs.
|
Project Organization |
Project OrganizationNational Hockey League |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootique-framework-parent-0.18.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique/bootique-framework-parent/ -->
<dependency>
<groupId>com.nhl.bootique</groupId>
<artifactId>bootique-framework-parent</artifactId>
<version>0.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique/bootique-framework-parent/
implementation 'com.nhl.bootique:bootique-framework-parent:0.18'
// https://jarcasting.com/artifacts/com.nhl.bootique/bootique-framework-parent/
implementation ("com.nhl.bootique:bootique-framework-parent:0.18")
'com.nhl.bootique:bootique-framework-parent:pom:0.18'
<dependency org="com.nhl.bootique" name="bootique-framework-parent" rev="0.18">
<artifact name="bootique-framework-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique', module='bootique-framework-parent', version='0.18')
)
libraryDependencies += "com.nhl.bootique" % "bootique-framework-parent" % "0.18"
[com.nhl.bootique/bootique-framework-parent "0.18"]