组织ID: |
com.vladsch.flexmark |
项目ID: |
flexmark-ext-typographic |
版本: |
0.34.53 |
最后修改时间: |
2018-11-07 16:34:48 |
包类型: |
jar |
标题: |
flexmark-java extension for typographic |
描述: |
flexmark-java extension for typographic |
大小: |
21.44KB |
|
Maven引入代码: |
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-typographic</artifactId>
<version>0.34.53</version>
</dependency>
|
Gradle引入代码: |
com.vladsch.flexmark:flexmark-ext-typographic:0.34.53
|
下载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.34.53</version>
</parent>
<artifactId>flexmark-ext-typographic</artifactId>
<name>flexmark-java extension for typographic</name>
<description>flexmark-java extension for typographic</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-test-util</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-formatter</artifactId>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.vladsch.flexmark.ext.typographic.TypographicVisitorExt$2.class
com.vladsch.flexmark.ext.typographic.TypographicExtension.class
com.vladsch.flexmark.ext.typographic.TypographicQuotes.class
com.vladsch.flexmark.ext.typographic.internal.TypographicNodeRenderer$2.class
com.vladsch.flexmark.ext.typographic.internal.SmartsInlineParser.class
com.vladsch.flexmark.ext.typographic.internal.TypographicNodeRenderer.class
com.vladsch.flexmark.ext.typographic.internal.TypographicNodeRenderer$1.class
com.vladsch.flexmark.ext.typographic.internal.TypographicNodeRenderer$Factory.class
com.vladsch.flexmark.ext.typographic.internal.SmartsInlineParser$Factory.class
com.vladsch.flexmark.ext.typographic.internal.AngleQuoteDelimiterProcessor.class
com.vladsch.flexmark.ext.typographic.internal.SingleQuoteDelimiterProcessor.class
com.vladsch.flexmark.ext.typographic.internal.TypographicOptions.class
com.vladsch.flexmark.ext.typographic.internal.SmartsParsing.class
com.vladsch.flexmark.ext.typographic.internal.QuoteDelimiterProcessorBase.class
com.vladsch.flexmark.ext.typographic.internal.DoubleQuoteDelimiterProcessor.class
com.vladsch.flexmark.ext.typographic.TypographicVisitorExt$1.class
com.vladsch.flexmark.ext.typographic.TypographicVisitor.class
com.vladsch.flexmark.ext.typographic.TypographicSmarts.class
com.vladsch.flexmark.ext.typographic.TypographicVisitorExt.class
META-INF/maven/com.vladsch.flexmark/flexmark-ext-typographic/pom.xml
META-INF/maven/com.vladsch.flexmark/flexmark-ext-typographic/pom.properties
|
依赖Jar: |
|