g

grails-gdoc-engine

Documentation engine used to generate Grails docs
http://grails.org/
The Apache Software License, Version 2.0
Luke Daley Graeme Rocher Peter Ledbrook
Files download
File Operation
grails-gdoc-engine-1.0.1.jar download
grails-gdoc-engine-1.0.1.pom download
grails-gdoc-engine-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails</groupId>
  <artifactId>grails-gdoc-engine</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.grails:grails-gdoc-engine:1.0.1'
Gradle Kotlin
implementation("org.grails:grails-gdoc-engine:1.0.1")
Scala SBT
libraryDependencies += "org.grails" % "grails-gdoc-engine" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.grails', module='grails-gdoc-engine', version='1.0.1')
)
Apache Ivy
<dependency org="org.grails" name="grails-gdoc-engine" rev="1.0.1" />
Leiningen
[org.grails/grails-gdoc-engine "1.0.1"]
Apache Buildr
'org.grails:grails-gdoc-engine:jar:1.0.1'