组织ID: |
com.github.jknack |
项目ID: |
handlebars-helpers |
版本: |
2.3.2 |
最后修改时间: |
2019-10-29 07:39:41 |
包类型: |
jar |
标题: |
Handlebars Helpers |
描述: |
A collection helpers donated by the community |
大小: |
11.60KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars-helpers</artifactId>
<version>2.3.2</version>
</dependency>
|
Gradle引入代码: |
com.github.jknack:handlebars-helpers:2.3.2
|
下载Jar包: |
|
POM文件内容: |
<?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>2.3.2</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>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.github.jknack.handlebars.helper.AssignHelper.class
com.github.jknack.handlebars.helper.IncludeHelper.class
com.github.jknack.handlebars.helper.JodaHelper$1.class
com.github.jknack.handlebars.helper.JodaHelper$2.class
com.github.jknack.handlebars.helper.JodaHelper$3.class
com.github.jknack.handlebars.helper.JodaHelper.class
com.github.jknack.handlebars.helper.NumberHelper$1.class
com.github.jknack.handlebars.helper.NumberHelper$2.class
com.github.jknack.handlebars.helper.NumberHelper$3.class
com.github.jknack.handlebars.helper.NumberHelper.class
META-INF/maven/com.github.jknack/handlebars-helpers/pom.xml
META-INF/maven/com.github.jknack/handlebars-helpers/pom.properties
|
依赖Jar: |
handlebars-${project.version}.jar
/com.github.jknack/handlebars/${project.version}
查看handlebars所有版本文件
joda-time-2.3.jar
/joda-time/joda-time/2.3
查看joda-time所有版本文件
handlebars-${project.version}.jar
/com.github.jknack/handlebars/${project.version}
查看handlebars所有版本文件
|