GroupId | GroupIdcom.vladsch.flexmark |
---|---|
ArtifactId | ArtifactIdflexmark-ext-escaped-character |
Version | Version0.40.22 |
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.40.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-escaped-character/
implementation 'com.vladsch.flexmark:flexmark-ext-escaped-character:0.40.22'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-escaped-character/
implementation ("com.vladsch.flexmark:flexmark-ext-escaped-character:0.40.22")
'com.vladsch.flexmark:flexmark-ext-escaped-character:jar:0.40.22'
<dependency org="com.vladsch.flexmark" name="flexmark-ext-escaped-character" rev="0.40.22">
<artifact name="flexmark-ext-escaped-character" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-ext-escaped-character', version='0.40.22')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-escaped-character" % "0.40.22"
[com.vladsch.flexmark/flexmark-ext-escaped-character "0.40.22"]