MVN

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

Maven & Gradle

Jun 14, 2016
5 stars

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

<dependency>
    <groupId>com.nhl.bootique.mvc</groupId>
    <artifactId>bootique-mvc-parent</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nhl.bootique.mvc : bootique-mvc-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of com.nhl.bootique.mvc : bootique-mvc-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
bootique-mvc-parent-0.3
0.2
bootique-mvc-parent-0.2
0.1
bootique-mvc-parent-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.nhl.bootique.mvc</groupId>
    <artifactId>bootique-mvc-parent</artifactId>
    <version>0.3</version>
</dependency>

Advertisement