Download groovy-html-renderer-2.0.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.0 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials