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