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