Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique |
ArtifactId | ArtifactIdbootique-framework-parent |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
bootique-framework-parent-1.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>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique/bootique-framework-parent/
implementation 'io.bootique:bootique-framework-parent:1.1'
// https://jarcasting.com/artifacts/io.bootique/bootique-framework-parent/
implementation ("io.bootique:bootique-framework-parent:1.1")
'io.bootique:bootique-framework-parent:pom:1.1'
<dependency org="io.bootique" name="bootique-framework-parent" rev="1.1">
<artifact name="bootique-framework-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique', module='bootique-framework-parent', version='1.1')
)
libraryDependencies += "io.bootique" % "bootique-framework-parent" % "1.1"
[io.bootique/bootique-framework-parent "1.1"]