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
文件下载
文件名 操作
views-markup-2.3.1.pom 下载
views-markup-2.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.grails.plugins</groupId>
  <artifactId>views-markup</artifactId>
  <version>2.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.grails.plugins:views-markup:2.3.1'
Gradle Kotlin
implementation("org.grails.plugins:views-markup:2.3.1")
Scala SBT
libraryDependencies += "org.grails.plugins" % "views-markup" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.plugins', module='views-markup', version='2.3.1')
)
Apache Ivy
<dependency org="org.grails.plugins" name="views-markup" rev="2.3.1" />
Leiningen
[org.grails.plugins/views-markup "2.3.1"]
Apache Buildr
'org.grails.plugins:views-markup:jar:2.3.1'
本项目依赖
该项目无第三方依赖