组织ID: |
com.vladsch.flexmark |
项目ID: |
flexmark-html-parser |
版本: |
0.50.46 |
最后修改时间: |
2019-12-23 17:36:25 |
包类型: |
jar |
标题: |
flexmark-java HTML to Markdown |
描述: |
flexmark-java extension to convert HTML to Markdown |
大小: |
45.15KB |
|
Maven引入代码: |
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-html-parser</artifactId>
<version>0.50.46</version>
</dependency>
|
Gradle引入代码: |
com.vladsch.flexmark:flexmark-html-parser:0.50.46
|
下载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>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.50.46</version>
</parent>
<artifactId>flexmark-html-parser</artifactId>
<name>flexmark-java HTML to Markdown</name>
<description>flexmark-java extension to convert HTML to Markdown</description>
<dependencies>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-util</artifactId>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark</artifactId>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-emoji</artifactId>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-test-util</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.11.3</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.vladsch.flexmark.convert.html.HtmlParserOptions.class
com.vladsch.flexmark.convert.html.LinkConversion.class
com.vladsch.flexmark.convert.html.FlexmarkHtmlParser$State.class
com.vladsch.flexmark.convert.html.FlexmarkHtmlParser$ListState.class
com.vladsch.flexmark.convert.html.FlexmarkHtmlParser.class
com.vladsch.flexmark.convert.html.ExtensionConversion.class
com.vladsch.flexmark.convert.html.FlexmarkHtmlParser$TagParam.class
com.vladsch.flexmark.convert.html.FlexmarkHtmlParser$TagType.class
com.vladsch.flexmark.convert.html.FlexmarkHtmlParser$2.class
com.vladsch.flexmark.convert.html.TableConversion.class
com.vladsch.flexmark.convert.html.FlexmarkHtmlParser$1.class
META-INF/maven/com.vladsch.flexmark/flexmark-html-parser/pom.xml
META-INF/maven/com.vladsch.flexmark/flexmark-html-parser/pom.properties
|
依赖Jar: |
jsoup-1.11.3.jar
/org.jsoup/jsoup/1.11.3
查看jsoup所有版本文件
|