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