Download vertx-web-templ-handlebars-3.2.1.jar file

Introduction

You can download vertx-web-templ-handlebars-3.2.1.jar in this page.

License

Open Source

Type List

vertx-web-templ-handlebars-3.2.1.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/io.vertx/vertx-web-templ-handlebars/pom.properties
META-INF/maven/io.vertx/vertx-web-templ-handlebars/pom.xml
io.vertx.ext.web.templ.HandlebarsTemplateEngine.class
io.vertx.ext.web.templ.impl.HandlebarsTemplateEngineImpl.class
io.vertx.groovy.ext.web.templ.HandlebarsTemplateEngine.class
io.vertx.rxjava.ext.web.templ.HandlebarsTemplateEngine.class
vertx-web-js/handlebars_template_engine.js
vertx-web/handlebars_template_engine.rb

Pom

vertx-web-templ-handlebars-3.2.1.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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-template-engines</artifactId>
    <version>3.2.1</version>
  </parent>

  <artifactId>vertx-web-templ-handlebars</artifactId>

  <dependencies>
    <dependency>
      <groupId>com.github.jknack</groupId>
      <artifactId>handlebars</artifactId>
      <version>4.0.3</version>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-web</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-web</artifactId>
      <type>test-jar</type>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-shade-plugin</artifactId>
        <version>2.4.1</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <createDependencyReducedPom>false</createDependencyReducedPom>
              <shadedArtifactAttached>true</shadedArtifactAttached>
              <shadedClassifierName>shaded</shadedClassifierName>
              <artifactSet>
                <includes>
                  <include>*:handlebars</include>
                  <include>org.apache.commons:commons-lang3</include>
                  <include>org.antlr:*</include>
                  <!-- run in no-rhino mode (do not include rhino) -->
                </includes>
              </artifactSet>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

</project>

POM Entry

<dependency>
   <groupId>io.vertx</groupId>
   <artifactId>vertx-web-templ-handlebars</artifactId>
   <version>3.2.1</version>
</dependency>

Download

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



Download vertx-web-templ-handlebars-3.2.1.jar file




PreviousNext

Related