License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique |
ArtifactId | ArtifactIdbootique-framework-parent |
Version | Version2.0.RC1 |
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.RC1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique/bootique-framework-parent/ -->
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique-framework-parent</artifactId>
<version>2.0.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique/bootique-framework-parent/
implementation 'io.bootique:bootique-framework-parent:2.0.RC1'
// https://jarcasting.com/artifacts/io.bootique/bootique-framework-parent/
implementation ("io.bootique:bootique-framework-parent:2.0.RC1")
'io.bootique:bootique-framework-parent:pom:2.0.RC1'
<dependency org="io.bootique" name="bootique-framework-parent" rev="2.0.RC1">
<artifact name="bootique-framework-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique', module='bootique-framework-parent', version='2.0.RC1')
)
libraryDependencies += "io.bootique" % "bootique-framework-parent" % "2.0.RC1"
[io.bootique/bootique-framework-parent "2.0.RC1"]