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