组织ID: |
com.vladsch.flexmark |
项目ID: |
flexmark-ext-abbreviation |
版本: |
0.32.24 |
最后修改时间: |
2018-08-22 10:07:05 |
包类型: |
jar |
标题: |
flexmark-java extension for abbreviations in text |
描述: |
flexmark-java extension for defining abbreviations and turning appearance of these abbreviations in text into links with titles consisting of the expansion of the abbreviation |
大小: |
32.57KB |
|
Maven引入代码: |
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-abbreviation</artifactId>
<version>0.32.24</version>
</dependency>
|
Gradle引入代码: |
com.vladsch.flexmark:flexmark-ext-abbreviation:0.32.24
|
下载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.32.24</version>
</parent>
<artifactId>flexmark-ext-abbreviation</artifactId>
<name>flexmark-java extension for abbreviations in text</name>
<description>flexmark-java extension for defining abbreviations and turning appearance of these abbreviations in text into links with titles consisting of the expansion of the abbreviation</description>
<dependencies>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-util</artifactId>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-autolink</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>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-typographic</artifactId>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-ins</artifactId>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-gfm-strikethrough</artifactId>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-superscript</artifactId>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.vladsch.flexmark.ext.abbreviation.Abbreviation.class
com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock.class
com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension$1.class
com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension.class
com.vladsch.flexmark.ext.abbreviation.AbbreviationVisitor.class
com.vladsch.flexmark.ext.abbreviation.AbbreviationVisitorExt$1.class
com.vladsch.flexmark.ext.abbreviation.AbbreviationVisitorExt$2.class
com.vladsch.flexmark.ext.abbreviation.AbbreviationVisitorExt.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser$1.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser$BlockFactory.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser$Factory.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter$1.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter$2.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter$Factory.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodePostProcessor$1.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodePostProcessor$Factory.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodePostProcessor.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeRenderer$1.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeRenderer$2.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeRenderer$Factory.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeRenderer.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationOptions.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationParagraphPreProcessor$1.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationParagraphPreProcessor.class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationRepository.class
com.vladsch.flexmark.ext.abbreviation.internal.FormatOptions.class
META-INF/maven/com.vladsch.flexmark/flexmark-ext-abbreviation/pom.xml
META-INF/maven/com.vladsch.flexmark/flexmark-ext-abbreviation/pom.properties
|
依赖Jar: |
|