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