组织ID: |
nz.net.ultraq.thymeleaf |
项目ID: |
thymeleaf-expression-processor |
版本: |
1.1.3 |
最后修改时间: |
2018-07-24 11:42:26 |
包类型: |
jar |
标题: |
Thymeleaf Expression Processor |
描述: |
A simplified API for working with Thymeleaf expressions |
相关URL: |
http://www.ultraq.net.nz/programming/thymeleaf-expression-processor/ |
大小: |
5.54KB |
|
Maven引入代码: |
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-expression-processor</artifactId>
<version>1.1.3</version>
</dependency>
|
Gradle引入代码: |
nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.1.3
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-expression-processor</artifactId>
<version>1.1.3</version>
<name>Thymeleaf Expression Processor</name>
<description>A simplified API for working with Thymeleaf expressions</description>
<url>http://www.ultraq.net.nz/programming/thymeleaf-expression-processor/</url>
<inceptionYear>2016</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>emanuelrabina</id>
<name>Emanuel Rabina</name>
<email>emanuelrabina@gmail.com</email>
<url>http://www.ultraq.net.nz/</url>
<roles>
<role>author</role>
<role>developer</role>
</roles>
<timezone>Pacific/Auckland</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:ultraq/thymeleaf-expression-processor.git</connection>
<developerConnection>scm:git:git@github.com:ultraq/thymeleaf-expression-processor.git</developerConnection>
<url>https://github.com/ultraq/thymeleaf-expression-processor</url>
</scm>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>2.4.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/nz.net.ultraq.thymeleaf/thymeleaf-expression-processor/pom.properties
META-INF/maven/nz.net.ultraq.thymeleaf/thymeleaf-expression-processor/pom.xml
nz.net.ultraq.thymeleaf.expressions.ExpressionProcessor.class
|
依赖Jar: |
groovy-2.4.6.jar
/org.codehaus.groovy/groovy/2.4.6
查看groovy所有版本文件
thymeleaf-3.0.0.RELEASE.jar
/org.thymeleaf/thymeleaf/3.0.0.RELEASE
查看thymeleaf所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
slf4j-simple-1.7.12.jar
/org.slf4j/slf4j-simple/1.7.12
查看slf4j-simple所有版本文件
|