| 组织ID: |
io.vertx |
| 项目ID: |
vertx-web-templ-jade |
| 版本: |
4.0.0-milestone3 |
| 最后修改时间: |
2019-12-05 04:35:48 |
| 包类型: |
jar |
| 大小: |
7.22KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-templ-jade</artifactId>
<version>4.0.0-milestone3</version>
</dependency>
|
| Gradle引入代码: |
io.vertx:vertx-web-templ-jade:4.0.0-milestone3
|
| 下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.0.0-milestone3</version>
</parent>
<artifactId>vertx-web-templ-jade</artifactId>
<dependencies>
<dependency>
<groupId>de.neuland-bfi</groupId>
<artifactId>jade4j</artifactId>
<version>1.2.7</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-unit</artifactId>
<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>*:jade4j</include>
<include>org.apache.commons:commons-jexl</include>
<include>commons-logging:commons-logging</include>
<include>commons-collections:commons-collections</include>
<include>commons-io:commons-io</include>
<include>org.apache.commons:commons-lang3</include>
<include>com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru</include>
<!-- strip out pedgown, markdown not supported. If you need markdown, install pegdown individually -->
</includes>
</artifactSet>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.vertx.ext.web.templ.jade.impl.JadeTemplateEngineImpl$JadeTemplateLoader.class
io.vertx.ext.web.templ.jade.impl.JadeTemplateEngineImpl.class
io.vertx.ext.web.templ.jade.JadeTemplateEngine.class
io.vertx.ext.web.templ.jade.package-info.class
META-INF/maven/io.vertx/vertx-web-templ-jade/pom.xml
META-INF/maven/io.vertx/vertx-web-templ-jade/pom.properties
META-INF/INDEX.LIST
|
| 依赖Jar: |
jade4j-1.2.7.jar
/de.neuland-bfi/jade4j/1.2.7
查看jade4j所有版本文件
commons-lang3-3.7.jar
/org.apache.commons/commons-lang3/3.7
查看commons-lang3所有版本文件
vertx-web-common-${project.version}.jar
/io.vertx/vertx-web-common/${project.version}
查看vertx-web-common所有版本文件
|