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