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