is not current version
Last Version 0.3

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

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.1
Type

Type

pom

Download bootique-mvc-parent 0.1


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