| Группа | Группаcom.vladsch.flexmark |
|---|---|
| Идентификатор | Идентификаторflexmark-ext-footnotes |
| Версия | Версия0.15.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| flexmark-ext-footnotes-0.15.2.pom | |
| flexmark-ext-footnotes-0.15.2.jar | 36 KB |
| flexmark-ext-footnotes-0.15.2-sources.jar | 12 KB |
| flexmark-ext-footnotes-0.15.2-javadoc.jar | 113 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-footnotes/ -->
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-footnotes</artifactId>
<version>0.15.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-footnotes/
implementation 'com.vladsch.flexmark:flexmark-ext-footnotes:0.15.2'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-footnotes/
implementation ("com.vladsch.flexmark:flexmark-ext-footnotes:0.15.2")
'com.vladsch.flexmark:flexmark-ext-footnotes:jar:0.15.2'
<dependency org="com.vladsch.flexmark" name="flexmark-ext-footnotes" rev="0.15.2">
<artifact name="flexmark-ext-footnotes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-ext-footnotes', version='0.15.2')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-footnotes" % "0.15.2"
[com.vladsch.flexmark/flexmark-ext-footnotes "0.15.2"]