| License | License | 
|---|---|
| Categories | CategoriesGrails User Interface Web Frameworks | 
| GroupId | GroupIdorg.grails | 
| ArtifactId | ArtifactIddoc-engine | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGrails Doc Engine Documentation engine used to generate Grails docs | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| doc-engine-1.0.1.pom | |
| doc-engine-1.0.1.jar | 117 KB | 
| doc-engine-1.0.1-sources.jar | 148 KB | 
| doc-engine-1.0.1-javadoc.jar | 431 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.grails/doc-engine/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>doc-engine</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.grails/doc-engine/
implementation 'org.grails:doc-engine:1.0.1'// https://jarcasting.com/artifacts/org.grails/doc-engine/
implementation ("org.grails:doc-engine:1.0.1")'org.grails:doc-engine:jar:1.0.1'<dependency org="org.grails" name="doc-engine" rev="1.0.1">
  <artifact name="doc-engine" type="jar" />
</dependency>@Grapes(
@Grab(group='org.grails', module='doc-engine', version='1.0.1')
)libraryDependencies += "org.grails" % "doc-engine" % "1.0.1"[org.grails/doc-engine "1.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.6.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junitperf : junitperf | jar | 1.8 | 
| jmock : jmock | jar | 1.2.0 | 
| org.codehaus.groovy : groovy | jar | 1.7.6 | 
| junit : junit | jar | 3.8.2 |