v

views-core

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