Download stencil-core-2.5.jar file - Jar s

Jar examples for s:stencil-core

Description

Stencil is a simple page rendering layer

You can download jar file stencil-core 2.5 in this page.

Build File

You can use the following script to add stencil-core-2.5.jar to your project.

<dependency>
   <groupId>nz.ac.auckland.stencil</groupId>
   <artifactId>stencil-core</artifactId>
   <version>2.5</version>
</dependency>
compile group: 'nz.ac.auckland.stencil', name: 'stencil-core', version: '2.5'
libraryDependencies += "nz.ac.auckland.stencil" % "stencil-core" % "2.5"
<dependency org="nz.ac.auckland.stencil" name="stencil-core" rev="2.5"/>
@Grapes(@Grab(group='nz.ac.auckland.stencil', module='stencil-core', version='2.5'))
'nz.ac.auckland.stencil:stencil-core:jar:2.5'

Download

Click the following link to download the jar file.

stencil-core-2.5-javadoc.jar
stencil-core-2.5-release-pom.pom
stencil-core-2.5-sources.jar
stencil-core-2.5.jar
stencil-core-2.5.pom



Related Tutorials