License |
License |
---|---|
GroupId | GroupIdorg.commonmark |
ArtifactId | ArtifactIdcommonmark-integration-test |
Last Version | Last Version0.19.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommonmark-java integration tests
Tests integration of all extensions
|
<!-- https://jarcasting.com/artifacts/org.commonmark/commonmark-integration-test/ -->
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-integration-test</artifactId>
<version>0.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonmark/commonmark-integration-test/
implementation 'org.commonmark:commonmark-integration-test:0.19.0'
// https://jarcasting.com/artifacts/org.commonmark/commonmark-integration-test/
implementation ("org.commonmark:commonmark-integration-test:0.19.0")
'org.commonmark:commonmark-integration-test:jar:0.19.0'
<dependency org="org.commonmark" name="commonmark-integration-test" rev="0.19.0">
<artifact name="commonmark-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonmark', module='commonmark-integration-test', version='0.19.0')
)
libraryDependencies += "org.commonmark" % "commonmark-integration-test" % "0.19.0"
[org.commonmark/commonmark-integration-test "0.19.0"]
Group / Artifact | Type | Version |
---|---|---|
org.commonmark : commonmark | jar | 0.19.0 |
org.commonmark : commonmark-ext-autolink | jar | 0.19.0 |
org.commonmark : commonmark-ext-ins | jar | 0.19.0 |
org.commonmark : commonmark-ext-gfm-strikethrough | jar | 0.19.0 |
org.commonmark : commonmark-ext-gfm-tables | jar | 0.19.0 |
org.commonmark : commonmark-ext-image-attributes | jar | 0.19.0 |
org.commonmark : commonmark-ext-task-list-items | jar | 0.19.0 |
org.commonmark : commonmark-ext-yaml-front-matter | jar | 0.19.0 |
Group / Artifact | Type | Version |
---|---|---|
org.pegdown : pegdown | jar | 1.6.0 |
org.commonmark : commonmark-test-util | jar | 0.19.0 |
org.openjdk.jmh : jmh-core | jar | 1.17.5 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.17.5 |