GroupId | GroupIdcom.vladsch.flexmark |
---|---|
ArtifactId | ArtifactIdflexmark-test-specs |
Version | Version0.61.26 |
Type | Typejar |
Filename | Size |
---|---|
flexmark-test-specs-0.61.26.pom | |
flexmark-test-specs-0.61.26.jar | 219 KB |
flexmark-test-specs-0.61.26-sources.jar | 219 KB |
flexmark-test-specs-0.61.26-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-test-specs/ -->
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-test-specs</artifactId>
<version>0.61.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-test-specs/
implementation 'com.vladsch.flexmark:flexmark-test-specs:0.61.26'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-test-specs/
implementation ("com.vladsch.flexmark:flexmark-test-specs:0.61.26")
'com.vladsch.flexmark:flexmark-test-specs:jar:0.61.26'
<dependency org="com.vladsch.flexmark" name="flexmark-test-specs" rev="0.61.26">
<artifact name="flexmark-test-specs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-test-specs', version='0.61.26')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-test-specs" % "0.61.26"
[com.vladsch.flexmark/flexmark-test-specs "0.61.26"]