Эксперт ХД

com.vladsch.flexmark:flexmark-ext-abbreviation (0.42.14)

Published 2026-09-15 11:07:25 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>com.vladsch.flexmark</groupId>
	<artifactId>flexmark-ext-abbreviation</artifactId>
	<version>0.42.14</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=com.vladsch.flexmark:flexmark-ext-abbreviation:0.42.14

About this package

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

Dependencies

com.vladsch.flexmark:flexmark-util
com.vladsch.flexmark:flexmark-ext-autolink
com.vladsch.flexmark:flexmark
com.vladsch.flexmark:flexmark-test-util
com.vladsch.flexmark:flexmark-formatter
com.vladsch.flexmark:flexmark-ext-typographic
com.vladsch.flexmark:flexmark-ext-ins
com.vladsch.flexmark:flexmark-ext-escaped-character
com.vladsch.flexmark:flexmark-ext-gfm-strikethrough
com.vladsch.flexmark:flexmark-ext-superscript
Details
Maven
2026-09-15 11:07:25 +00:00
1
flexmark-java extension for abbreviations in text
37 KiB
Assets (2)
Versions (1) View all
0.42.14 2026-09-15