GroupId | GroupIdcom.vladsch.flexmark |
---|---|
ArtifactId | ArtifactIdflexmark-ext-footnotes |
Version | Version0.18.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-footnotes/ -->
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-footnotes</artifactId>
<version>0.18.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-footnotes/
implementation 'com.vladsch.flexmark:flexmark-ext-footnotes:0.18.6'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-footnotes/
implementation ("com.vladsch.flexmark:flexmark-ext-footnotes:0.18.6")
'com.vladsch.flexmark:flexmark-ext-footnotes:jar:0.18.6'
<dependency org="com.vladsch.flexmark" name="flexmark-ext-footnotes" rev="0.18.6">
<artifact name="flexmark-ext-footnotes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-ext-footnotes', version='0.18.6')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-footnotes" % "0.18.6"
[com.vladsch.flexmark/flexmark-ext-footnotes "0.18.6"]