Download handlebars-2.0.0.jar file

Introduction

You can download handlebars-2.0.0.jar in this page.

License

Copyright (C) 2011 by Yehuda Katz

Type List

handlebars-2.0.0.jar file has the following types.

META-INF/maven/org.webjars.bower/handlebars/pom.properties
META-INF/maven/org.webjars.bower/handlebars/pom.xml
META-INF/resources/webjars/handlebars/2.0.0/.gitignore
META-INF/resources/webjars/handlebars/2.0.0/README.md
META-INF/resources/webjars/handlebars/2.0.0/bower.json
META-INF/resources/webjars/handlebars/2.0.0/component.json
META-INF/resources/webjars/handlebars/2.0.0/composer.json
META-INF/resources/webjars/handlebars/2.0.0/handlebars-source.gemspec
META-INF/resources/webjars/handlebars/2.0.0/handlebars.amd.js
META-INF/resources/webjars/handlebars/2.0.0/handlebars.amd.min.js
META-INF/resources/webjars/handlebars/2.0.0/handlebars.js
META-INF/resources/webjars/handlebars/2.0.0/handlebars.js.nuspec
META-INF/resources/webjars/handlebars/2.0.0/handlebars.min.js
META-INF/resources/webjars/handlebars/2.0.0/handlebars.runtime.amd.js
META-INF/resources/webjars/handlebars/2.0.0/handlebars.runtime.amd.min.js
META-INF/resources/webjars/handlebars/2.0.0/handlebars.runtime.js
META-INF/resources/webjars/handlebars/2.0.0/handlebars.runtime.min.js
META-INF/resources/webjars/handlebars/2.0.0/lib/handlebars/source.rb

Pom

handlebars-2.0.0.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">
    <modelVersion>4.0.0</modelVersion>

    <packaging>jar</packaging>
    <groupId>org.webjars.bower</groupId>
    <artifactId>handlebars</artifactId>
    <version>2.0.0</version>
    <name>handlebars</name>
    <description>WebJar for handlebars</description>
    <url>http://webjars.org</url>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <requirejs>
            {
                
            }
        </requirejs>
    </properties>

    <scm>
        <url>https://github.com/components/handlebars.js</url>
        <connection>git://github.com/components/handlebars.js.git</connection>
        <developerConnection>git://github.com/components/handlebars.js.git</developerConnection>
        <tag>v2.0.0</tag>
    </scm>

    <developers>
        <developer>
            <id>webjars</id>
            <url>http://webjars.org</url>
        </developer>
    </developers>

    <licenses>
        
        <license>
            <name>MIT</name>
            <url>https://spdx.org/licenses/MIT#licenseText</url>
            <distribution>repo</distribution>
        </license>
        
    </licenses>

    <dependencies>
        
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.github.jknack</groupId>
   <artifactId>handlebars</artifactId>
   <version>2.0.0</version>
</dependency>

Download

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



Download handlebars-2.0.0.jar file




PreviousNext

Related