Download jerry-0.5.0.jar file - Jar j

Jar examples for j:jerry

Description

Jerry allows you to intercept (define a before and after callback) the main Renderer methods like decode, encodeBegin, encodeChildren, encodeEnd and getConvertedValue.

You can download jar file jerry 0.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jerry-0.5.0.jar to your project.

<dependency>
   <groupId>com.sangupta</groupId>
   <artifactId>jerry</artifactId>
   <version>0.5.0</version>
</dependency>
compile group: 'com.sangupta', name: 'jerry', version: '0.5.0'
libraryDependencies += "com.sangupta" % "jerry" % "0.5.0"
<dependency org="com.sangupta" name="jerry" rev="0.5.0"/>
@Grapes(@Grab(group='com.sangupta', module='jerry', version='0.5.0'))
'com.sangupta:jerry:jar:0.5.0'

Download

Click the following link to download the jar file.

jerry-0.5.0-javadoc.jar
jerry-0.5.0-sources.jar
jerry-0.5.0.jar
jerry-0.5.0.pom



Related Tutorials