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.0.0.pom download
views-markup-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails.plugins</groupId>
  <artifactId>views-markup</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.grails.plugins:views-markup:3.0.0'
Gradle Kotlin
implementation("org.grails.plugins:views-markup:3.0.0")
Scala SBT
libraryDependencies += "org.grails.plugins" % "views-markup" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.plugins', module='views-markup', version='3.0.0')
)
Apache Ivy
<dependency org="org.grails.plugins" name="views-markup" rev="3.0.0" />
Leiningen
[org.grails.plugins/views-markup "3.0.0"]
Apache Buildr
'org.grails.plugins:views-markup:jar:3.0.0'