is not current version
Last Version 0.19.0

org.commonmark:commonmark-integration-test 0.17.0

Tests integration of all extensions

GroupId

GroupId

org.commonmark
ArtifactId

ArtifactId

commonmark-integration-test
Version

Version

0.17.0
Type

Type

jar

Download commonmark-integration-test 0.17.0


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