License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.mvc |
ArtifactId | ArtifactIdbootique-mvc-mustache |
Version | Version2.0.M1 |
Type | Typejar |
Description |
Descriptionbootique-mvc-mustache: Bootique MVC implementation based on Mustache.
Provides Mustache integration as a template engine for Bootique MVC.
|
Project Organization |
Project OrganizationObjectStyle LLC |
<!-- https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-mustache/ -->
<dependency>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-mustache</artifactId>
<version>2.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-mustache/
implementation 'io.bootique.mvc:bootique-mvc-mustache:2.0.M1'
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-mustache/
implementation ("io.bootique.mvc:bootique-mvc-mustache:2.0.M1")
'io.bootique.mvc:bootique-mvc-mustache:jar:2.0.M1'
<dependency org="io.bootique.mvc" name="bootique-mvc-mustache" rev="2.0.M1">
<artifact name="bootique-mvc-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.mvc', module='bootique-mvc-mustache', version='2.0.M1')
)
libraryDependencies += "io.bootique.mvc" % "bootique-mvc-mustache" % "2.0.M1"
[io.bootique.mvc/bootique-mvc-mustache "2.0.M1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique.jersey : bootique-jersey | jar | 2.0.M1 |
io.bootique.mvc : bootique-mvc | jar | 2.0.M1 |
com.github.spullara.mustache.java : compiler | jar | 0.9.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.mockito : mockito-core | jar | 3.3.3 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
io.bootique : bootique-test | jar | 2.0.M1 |