is not current version
Last Version 0.64.0

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

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.0
Type

Type

jar

Download flexmark-core-test 0.61.0


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