Download groovy-html-renderer-2.1.jar file - Jar g

Jar examples for g:groovy-html-renderer

Description

in-code html5 rendering engine leveraging the groovy syntax

You can download jar file groovy-html-renderer 2.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add groovy-html-renderer-2.1.jar to your project.

<dependency>
   <groupId>com.github.acavailhez</groupId>
   <artifactId>groovy-html-renderer</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'com.github.acavailhez', name: 'groovy-html-renderer', version: '2.1'
libraryDependencies += "com.github.acavailhez" % "groovy-html-renderer" % "2.1"
<dependency org="com.github.acavailhez" name="groovy-html-renderer" rev="2.1"/>
@Grapes(@Grab(group='com.github.acavailhez', module='groovy-html-renderer', version='2.1'))
'com.github.acavailhez:groovy-html-renderer:jar:2.1'

Download

Click the following link to download the jar file.

groovy-html-renderer-2.1-javadoc.jar
groovy-html-renderer-2.1-sources.jar
groovy-html-renderer-2.1.jar
groovy-html-renderer-2.1.pom



Related Tutorials