Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.mvc |
ArtifactId | ArtifactIdbootique-mvc-freemarker |
Version | Version1.0.RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/ -->
<dependency>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-freemarker</artifactId>
<version>1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/
implementation 'io.bootique.mvc:bootique-mvc-freemarker:1.0.RC1'
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc-freemarker/
implementation ("io.bootique.mvc:bootique-mvc-freemarker:1.0.RC1")
'io.bootique.mvc:bootique-mvc-freemarker:jar:1.0.RC1'
<dependency org="io.bootique.mvc" name="bootique-mvc-freemarker" rev="1.0.RC1">
<artifact name="bootique-mvc-freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.mvc', module='bootique-mvc-freemarker', version='1.0.RC1')
)
libraryDependencies += "io.bootique.mvc" % "bootique-mvc-freemarker" % "1.0.RC1"
[io.bootique.mvc/bootique-mvc-freemarker "1.0.RC1"]