is not current version
Last Version 0.64.0

com.vladsch.flexmark:flexmark-core-test 0.61.4

flexmark test classes for testing core functionality and implementing custom extension tests

GroupId

GroupId

com.vladsch.flexmark
ArtifactId

ArtifactId

flexmark-core-test
Version

Version

0.61.4
Type

Type

jar

Download flexmark-core-test 0.61.4


<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-core-test/ -->
<dependency>
    <groupId>com.vladsch.flexmark</groupId>
    <artifactId>flexmark-core-test</artifactId>
    <version>0.61.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-core-test/
implementation 'com.vladsch.flexmark:flexmark-core-test:0.61.4'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-core-test/
implementation ("com.vladsch.flexmark:flexmark-core-test:0.61.4")
'com.vladsch.flexmark:flexmark-core-test:jar:0.61.4'
<dependency org="com.vladsch.flexmark" name="flexmark-core-test" rev="0.61.4">
  <artifact name="flexmark-core-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-core-test', version='0.61.4')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-core-test" % "0.61.4"
[com.vladsch.flexmark/flexmark-core-test "0.61.4"]