组织ID: |
nz.net.ultraq.thymeleaf |
项目ID: |
thymeleaf-testing-junit |
版本: |
2.0.0 |
最后修改时间: |
2018-08-14 10:37:42 |
包类型: |
jar |
标题: |
Thymeleaf Testing JUnit |
描述: |
A Thymeleaf Testing / JUnit bridge to treat each Thymeleaf test file as a JUnit test. |
相关URL: |
http://www.ultraq.net.nz/programming/thymeleaf-testing-junit/ |
大小: |
9.67KB |
|
Maven引入代码: |
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-testing-junit</artifactId>
<version>2.0.0</version>
</dependency>
|
Gradle引入代码: |
nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:2.0.0
|
下载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-testing-junit</artifactId>
<version>2.0.0</version>
<name>Thymeleaf Testing JUnit</name>
<description>A Thymeleaf Testing / JUnit bridge to treat each Thymeleaf test file as a JUnit test.</description>
<url>http://www.ultraq.net.nz/programming/thymeleaf-testing-junit/</url>
<inceptionYear>2015</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-testing-junit.git</connection>
<developerConnection>scm:git:git@github.com:ultraq/thymeleaf-testing-junit.git</developerConnection>
<url>https://github.com/ultraq/thymeleaf-testing-junit</url>
</scm>
<dependencies>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-testing</artifactId>
<version>3.0.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.10</version>
<scope>compile</scope>
</dependency>
<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>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/nz.net.ultraq.thymeleaf/thymeleaf-testing-junit/pom.properties
META-INF/maven/nz.net.ultraq.thymeleaf/thymeleaf-testing-junit/pom.xml
nz.net.ultraq.thymeleaf.testing.JUnitTestExecutor.class
nz.net.ultraq.thymeleaf.testing.JUnitTestExecutorAll.class
nz.net.ultraq.thymeleaf.testing.JUnitTestReporter.class
|
依赖Jar: |
thymeleaf-testing-3.0.0.RELEASE.jar
/org.thymeleaf/thymeleaf-testing/3.0.0.RELEASE
查看thymeleaf-testing所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
reflections-0.9.10.jar
/org.reflections/reflections/0.9.10
查看reflections所有版本文件
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所有版本文件
|