f

flexmark-util-collection

flexmark-java collection utility classes
文件下载
文件名 操作
flexmark-util-collection-0.62.2.jar 下载
flexmark-util-collection-0.62.2.pom 下载
flexmark-util-collection-0.62.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vladsch.flexmark</groupId>
  <artifactId>flexmark-util-collection</artifactId>
  <version>0.62.2</version>
</dependency>
Gradle Groovy
implementation 'com.vladsch.flexmark:flexmark-util-collection:0.62.2'
Gradle Kotlin
implementation("com.vladsch.flexmark:flexmark-util-collection:0.62.2")
Scala SBT
libraryDependencies += "com.vladsch.flexmark" % "flexmark-util-collection" % "0.62.2"
Groovy Grape
@Grapes(
  @Grab(group='com.vladsch.flexmark', module='flexmark-util-collection', version='0.62.2')
)
Apache Ivy
<dependency org="com.vladsch.flexmark" name="flexmark-util-collection" rev="0.62.2" />
Leiningen
[com.vladsch.flexmark/flexmark-util-collection "0.62.2"]
Apache Buildr
'com.vladsch.flexmark:flexmark-util-collection:jar:0.62.2'