Download handlebars-helpers-4.0.6.jar file

Introduction

You can download handlebars-helpers-4.0.6.jar in this page.

License

Open Source

Type List

handlebars-helpers-4.0.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.jknack/handlebars-helpers/pom.properties
META-INF/maven/com.github.jknack/handlebars-helpers/pom.xml
com.github.jknack.handlebars.helper.AssignHelper.class
com.github.jknack.handlebars.helper.IncludeHelper.class
com.github.jknack.handlebars.helper.JodaHelper.class
com.github.jknack.handlebars.helper.NumberHelper.class

Pom

handlebars-helpers-4.0.6.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

  <parent>
    <groupId>com.github.jknack</groupId>
    <artifactId>handlebars.java</artifactId>
    <version>4.0.6</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.jknack</groupId>
  <artifactId>handlebars-helpers</artifactId>

  <name>Handlebars Helpers</name>
  <description>A collection helpers donated by the community</description>

  <dependencies>
    <dependency>
      <groupId>com.github.jknack</groupId>
      <artifactId>handlebars</artifactId>
      <version>${project.version}</version>
    </dependency>
    
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.3</version>
      <optional>true</optional>
    </dependency>

    <!-- Servlet API -->
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <scope>provided</scope>
    </dependency>

    <dependency>
      <groupId>com.github.jknack</groupId>
      <artifactId>handlebars</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
      <classifier>tests</classifier>
    </dependency>

    <!-- Test dependencies -->
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.yaml</groupId>
      <artifactId>snakeyaml</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.github.jknack</groupId>
   <artifactId>handlebars-helpers</artifactId>
   <version>4.0.6</version>
</dependency>

Download

If you think the following handlebars-helpers-4.0.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download handlebars-helpers-4.0.6.jar file




PreviousNext

Related