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