License |
License |
---|---|
GroupId | GroupIdcom.vladsch.flexmark |
ArtifactId | ArtifactIdflexmark-tree-iteration |
Version | Version0.64.0 |
Type | Typejar |
Description |
Descriptionflexmark-java library for recursive tree iteration
flexmark-java library for recursive tree iteration with the filtering and recursion conditions provided by predicates
|
<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-tree-iteration/ -->
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-tree-iteration</artifactId>
<version>0.64.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-tree-iteration/
implementation 'com.vladsch.flexmark:flexmark-tree-iteration:0.64.0'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-tree-iteration/
implementation ("com.vladsch.flexmark:flexmark-tree-iteration:0.64.0")
'com.vladsch.flexmark:flexmark-tree-iteration:jar:0.64.0'
<dependency org="com.vladsch.flexmark" name="flexmark-tree-iteration" rev="0.64.0">
<artifact name="flexmark-tree-iteration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-tree-iteration', version='0.64.0')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-tree-iteration" % "0.64.0"
[com.vladsch.flexmark/flexmark-tree-iteration "0.64.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 15.0 |
com.vladsch.flexmark : flexmark-util-ast | jar | 0.64.0 |
com.vladsch.flexmark : flexmark-util-data | jar | 0.64.0 |
com.vladsch.flexmark : flexmark-util-collection | jar | 0.64.0 |
org.slf4j : slf4j-api | jar | 1.7.26 |
Group / Artifact | Type | Version |
---|---|---|
com.vladsch.flexmark : flexmark-test-util | jar | 0.64.0 |