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