Skip to content

Commit ca3c8ee

Browse files
committed
Added dependency clause to introduction.adoc
1 parent f6301e8 commit ca3c8ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/asciidoc/1. Introduction.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@ renderPdf(template: "/pdfs/report", model: [report: reportObject], filename: rep
1717
----
1818

1919
The plugin is released under the http://www.apache.org/licenses/LICENSE-2.0.html[Apache License 2.0] license and is produced under the http://github.com/gpc[Grails Plugin Collective].
20+
21+
== Your plugin dependency
22+
23+
Add the following to your dependencies:
24+
25+
[source,groovy,subs=attributes+]
26+
----
27+
implementation 'io.github.gpc:rendering:{revnumber}'
28+
----

0 commit comments

Comments
 (0)