GroupId | GroupIdcom.vladsch.flexmark |
---|---|
ArtifactId | ArtifactIdflexmark-util-experimental |
Version | Version0.61.30 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-util-experimental/ -->
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-util-experimental</artifactId>
<version>0.61.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-util-experimental/
implementation 'com.vladsch.flexmark:flexmark-util-experimental:0.61.30'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-util-experimental/
implementation ("com.vladsch.flexmark:flexmark-util-experimental:0.61.30")
'com.vladsch.flexmark:flexmark-util-experimental:jar:0.61.30'
<dependency org="com.vladsch.flexmark" name="flexmark-util-experimental" rev="0.61.30">
<artifact name="flexmark-util-experimental" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-util-experimental', version='0.61.30')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-util-experimental" % "0.61.30"
[com.vladsch.flexmark/flexmark-util-experimental "0.61.30"]