f

flexmark-ext-abbreviation

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
文件下载
文件名 操作
flexmark-ext-abbreviation-0.61.14.jar 下载
flexmark-ext-abbreviation-0.61.14.pom 下载
flexmark-ext-abbreviation-0.61.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vladsch.flexmark</groupId>
  <artifactId>flexmark-ext-abbreviation</artifactId>
  <version>0.61.14</version>
</dependency>
Gradle Groovy
implementation 'com.vladsch.flexmark:flexmark-ext-abbreviation:0.61.14'
Gradle Kotlin
implementation("com.vladsch.flexmark:flexmark-ext-abbreviation:0.61.14")
Scala SBT
libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-abbreviation" % "0.61.14"
Groovy Grape
@Grapes(
  @Grab(group='com.vladsch.flexmark', module='flexmark-ext-abbreviation', version='0.61.14')
)
Apache Ivy
<dependency org="com.vladsch.flexmark" name="flexmark-ext-abbreviation" rev="0.61.14" />
Leiningen
[com.vladsch.flexmark/flexmark-ext-abbreviation "0.61.14"]
Apache Buildr
'com.vladsch.flexmark:flexmark-ext-abbreviation:jar:0.61.14'