v

views-markup

Provides additional view technologies to the Grails framework, including JSON and Markup views.
https://views.grails.org/latest/
The Apache Software License, Version 2.0
Graeme Rocher Puneet Behl
Files download
File Operation
views-markup-3.2.2.jar download
views-markup-3.2.2.pom download
views-markup-3.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails.plugins</groupId>
  <artifactId>views-markup</artifactId>
  <version>3.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.grails.plugins:views-markup:3.2.2'
Gradle Kotlin
implementation("org.grails.plugins:views-markup:3.2.2")
Scala SBT
libraryDependencies += "org.grails.plugins" % "views-markup" % "3.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.plugins', module='views-markup', version='3.2.2')
)
Apache Ivy
<dependency org="org.grails.plugins" name="views-markup" rev="3.2.2" />
Leiningen
[org.grails.plugins/views-markup "3.2.2"]
Apache Buildr
'org.grails.plugins:views-markup:jar:3.2.2'