License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.modules.parent |
ArtifactId | ArtifactIdbootique-modules-parent |
Version | Version2.0.6 |
Type | Typepom |
Description |
Descriptionbootique-modules-parent: A parent POM of Bootique standard modules.
Stores common developments and deployment settings for Bootique standard modules.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationObjectStyle LLC |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootique-modules-parent-2.0.6.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.modules.parent/bootique-modules-parent/ -->
<dependency>
<groupId>io.bootique.modules.parent</groupId>
<artifactId>bootique-modules-parent</artifactId>
<version>2.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.modules.parent/bootique-modules-parent/
implementation 'io.bootique.modules.parent:bootique-modules-parent:2.0.6'
// https://jarcasting.com/artifacts/io.bootique.modules.parent/bootique-modules-parent/
implementation ("io.bootique.modules.parent:bootique-modules-parent:2.0.6")
'io.bootique.modules.parent:bootique-modules-parent:pom:2.0.6'
<dependency org="io.bootique.modules.parent" name="bootique-modules-parent" rev="2.0.6">
<artifact name="bootique-modules-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.modules.parent', module='bootique-modules-parent', version='2.0.6')
)
libraryDependencies += "io.bootique.modules.parent" % "bootique-modules-parent" % "2.0.6"
[io.bootique.modules.parent/bootique-modules-parent "2.0.6"]