组织ID: |
com.vladsch.flexmark |
项目ID: |
flexmark-html2md-converter |
版本: |
0.61.16 |
最后修改时间: |
2020-04-20 11:54:26 |
包类型: |
jar |
标题: |
flexmark-java HTML to Markdown extensible converter |
描述: |
flexmark-java customizable extension to convert HTML to Markdown |
大小: |
78.63KB |
|
Maven引入代码: |
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-html2md-converter</artifactId>
<version>0.61.16</version>
</dependency>
|
Gradle引入代码: |
com.vladsch.flexmark:flexmark-html2md-converter:0.61.16
|
下载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.61.16</version>
</parent>
<artifactId>flexmark-html2md-converter</artifactId>
<name>flexmark-java HTML to Markdown extensible converter</name>
<description>flexmark-java customizable 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.html2md.converter.NodeRenderingHandlerWrapper.class
com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter$HtmlConverterExtension.class
com.vladsch.flexmark.html2md.converter.LinkConversion.class
com.vladsch.flexmark.html2md.converter.HtmlConverterOptions.class
com.vladsch.flexmark.html2md.converter.HtmlNodeRendererHandler.class
com.vladsch.flexmark.html2md.converter.ListState.class
com.vladsch.flexmark.html2md.converter.HtmlNodeRendererFactory.class
com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter$MainHtmlConverter$SubHtmlNodeConverter.class
com.vladsch.flexmark.html2md.converter.internal.HtmlConverterCoreNodeRenderer.class
com.vladsch.flexmark.html2md.converter.internal.HtmlConverterCoreNodeRenderer$1.class
com.vladsch.flexmark.html2md.converter.HtmlConverterState.class
com.vladsch.flexmark.html2md.converter.DelegatingNodeRendererFactoryWrapper.class
com.vladsch.flexmark.html2md.converter.HtmlNodeConverterContext.class
com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter$Builder.class
com.vladsch.flexmark.html2md.converter.HtmlMarkdownWriter.class
com.vladsch.flexmark.html2md.converter.NodeRendererFactory.class
com.vladsch.flexmark.html2md.converter.ExtensionConversion.class
com.vladsch.flexmark.html2md.converter.PhasedHtmlNodeRenderer.class
com.vladsch.flexmark.html2md.converter.TableConversion.class
com.vladsch.flexmark.html2md.converter.HtmlConverterCoreNodeRendererFactory.class
com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter$1.class
com.vladsch.flexmark.html2md.converter.HtmlLinkResolver.class
com.vladsch.flexmark.html2md.converter.TagType.class
com.vladsch.flexmark.html2md.converter.HtmlNodeRenderer.class
com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter.class
com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter$MainHtmlConverter.class
com.vladsch.flexmark.html2md.converter.DelegatingNodeRendererFactory.class
com.vladsch.flexmark.html2md.converter.HtmlConverterPhase.class
com.vladsch.flexmark.html2md.converter.HtmlNodeConverterSubContext.class
com.vladsch.flexmark.html2md.converter.CustomHtmlNodeRenderer.class
com.vladsch.flexmark.html2md.converter.HtmlLinkResolverFactory.class
META-INF/maven/com.vladsch.flexmark/flexmark-html2md-converter/pom.xml
META-INF/maven/com.vladsch.flexmark/flexmark-html2md-converter/pom.properties
|
依赖Jar: |
jsoup-1.11.3.jar
/org.jsoup/jsoup/1.11.3
查看jsoup所有版本文件
|