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