is not current version
Last Version 0.3

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

Provides basic definitions of Bootique MVC.

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

com.nhl.bootique.mvc
ArtifactId

ArtifactId

bootique-mvc
Version

Version

0.2
Type

Type

jar

Download bootique-mvc 0.2


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