v

views-json-templates

Provides JSON Views for MongoDB to the Grails framework.
https://gorm.grails.org/latest/mongodb
The Apache Software License, Version 2.0
Puneet Behl
文件下载
文件名 操作
views-json-templates-9.0.0-M2.jar 下载
views-json-templates-9.0.0-M2.pom 下载
views-json-templates-9.0.0-M2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.grails.plugins</groupId>
  <artifactId>views-json-templates</artifactId>
  <version>9.0.0-M2</version>
</dependency>
Gradle Groovy
implementation 'org.grails.plugins:views-json-templates:9.0.0-M2'
Gradle Kotlin
implementation("org.grails.plugins:views-json-templates:9.0.0-M2")
Scala SBT
libraryDependencies += "org.grails.plugins" % "views-json-templates" % "9.0.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.plugins', module='views-json-templates', version='9.0.0-M2')
)
Apache Ivy
<dependency org="org.grails.plugins" name="views-json-templates" rev="9.0.0-M2" />
Leiningen
[org.grails.plugins/views-json-templates "9.0.0-M2"]
Apache Buildr
'org.grails.plugins:views-json-templates:jar:9.0.0-M2'