Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.nhl.bootique.parent |
ArtifactId | ArtifactIdbootique-parent |
Version | Version0.9 |
Type | Typepom |
Filename | Size |
---|---|
bootique-parent-0.9.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.parent/bootique-parent/ -->
<dependency>
<groupId>com.nhl.bootique.parent</groupId>
<artifactId>bootique-parent</artifactId>
<version>0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.parent/bootique-parent/
implementation 'com.nhl.bootique.parent:bootique-parent:0.9'
// https://jarcasting.com/artifacts/com.nhl.bootique.parent/bootique-parent/
implementation ("com.nhl.bootique.parent:bootique-parent:0.9")
'com.nhl.bootique.parent:bootique-parent:pom:0.9'
<dependency org="com.nhl.bootique.parent" name="bootique-parent" rev="0.9">
<artifact name="bootique-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.parent', module='bootique-parent', version='0.9')
)
libraryDependencies += "com.nhl.bootique.parent" % "bootique-parent" % "0.9"
[com.nhl.bootique.parent/bootique-parent "0.9"]