| License |
License |
|---|---|
| GroupId | GroupIdorg.commonmark |
| ArtifactId | ArtifactIdcommonmark-test-util |
| Version | Version0.18.2 |
| Type | Typejar |
| Description |
Descriptioncommonmark-java test utilities
commonmark-java classes for tests
|
<!-- https://jarcasting.com/artifacts/org.commonmark/commonmark-test-util/ -->
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-test-util</artifactId>
<version>0.18.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonmark/commonmark-test-util/
implementation 'org.commonmark:commonmark-test-util:0.18.2'
// https://jarcasting.com/artifacts/org.commonmark/commonmark-test-util/
implementation ("org.commonmark:commonmark-test-util:0.18.2")
'org.commonmark:commonmark-test-util:jar:0.18.2'
<dependency org="org.commonmark" name="commonmark-test-util" rev="0.18.2">
<artifact name="commonmark-test-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonmark', module='commonmark-test-util', version='0.18.2')
)
libraryDependencies += "org.commonmark" % "commonmark-test-util" % "0.18.2"
[org.commonmark/commonmark-test-util "0.18.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |