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