Download stencil-core-2.6.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.6 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials