| 组织ID: |
io.vertx |
| 项目ID: |
vertx-web-templ-jade |
| 版本: |
3.1.0 |
| 最后修改时间: |
2019-10-29 11:23:37 |
| 包类型: |
jar |
| 大小: |
11.86KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-templ-jade</artifactId>
<version>3.1.0</version>
</dependency>
|
| Gradle引入代码: |
io.vertx:vertx-web-templ-jade:3.1.0
|
| 下载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>3.1.0</version>
</parent>
<artifactId>vertx-web-templ-jade</artifactId>
<dependencies>
<dependency>
<groupId>de.neuland-bfi</groupId>
<artifactId>jade4j</artifactId>
<version>0.4.0</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>
</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.impl.JadeTemplateEngineImpl$1.class
io.vertx.ext.web.templ.impl.JadeTemplateEngineImpl$JadeTemplateLoader.class
io.vertx.ext.web.templ.impl.JadeTemplateEngineImpl.class
io.vertx.ext.web.templ.JadeTemplateEngine.class
io.vertx.groovy.ext.web.templ.JadeTemplateEngine.class
io.vertx.rxjava.ext.web.templ.JadeTemplateEngine.class
vertx-web/jade_template_engine.rb
vertx-web-js/jade_template_engine.js
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-0.4.0.jar
/de.neuland-bfi/jade4j/0.4.0
查看jade4j所有版本文件
vertx-web-${project.version}.jar
/io.vertx/vertx-web/${project.version}
查看vertx-web所有版本文件
vertx-web-${project.version}.jar
/io.vertx/vertx-web/${project.version}
查看vertx-web所有版本文件
|