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