is not current version
Last Version 0.3

com.nhl.bootique.mvc:bootique-mvc-parent 0.2

Provides a REST-based MVC web framework for Bootique with pluggable templating engines.

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

com.nhl.bootique.mvc
ArtifactId

ArtifactId

bootique-mvc-parent
Version

Version

0.2
Type

Type

pom

Download bootique-mvc-parent 0.2


<!-- https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc-parent/ -->
<dependency>
    <groupId>com.nhl.bootique.mvc</groupId>
    <artifactId>bootique-mvc-parent</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc-parent/
implementation 'com.nhl.bootique.mvc:bootique-mvc-parent:0.2'
// https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc-parent/
implementation ("com.nhl.bootique.mvc:bootique-mvc-parent:0.2")
'com.nhl.bootique.mvc:bootique-mvc-parent:pom:0.2'
<dependency org="com.nhl.bootique.mvc" name="bootique-mvc-parent" rev="0.2">
  <artifact name="bootique-mvc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.mvc', module='bootique-mvc-parent', version='0.2')
)
libraryDependencies += "com.nhl.bootique.mvc" % "bootique-mvc-parent" % "0.2"
[com.nhl.bootique.mvc/bootique-mvc-parent "0.2"]