Download jsilver-1.0.0.jar file - Jar j

Jar examples for j:jsilver

Description

Pure-Java implementation of Clearsilver templating engine.

You can download jar file jsilver 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jsilver-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

jsilver-1.0.0-javadoc.jar
jsilver-1.0.0-sources.jar
jsilver-1.0.0.jar
jsilver-1.0.0.pom



Related Tutorials