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