v

views-gradle

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