<dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark</artifactId> <version>0.40.34</version> </dependency>
implementation 'com.vladsch.flexmark:flexmark:0.40.34'
implementation("com.vladsch.flexmark:flexmark:0.40.34")
libraryDependencies += "com.vladsch.flexmark" % "flexmark" % "0.40.34"
@Grapes( @Grab(group='com.vladsch.flexmark', module='flexmark', version='0.40.34') )
<dependency org="com.vladsch.flexmark" name="flexmark" rev="0.40.34" />
[com.vladsch.flexmark/flexmark "0.40.34"]
'com.vladsch.flexmark:flexmark:jar:0.40.34'
<parent> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-java</artifactId> <version>0.40.34</version> </parent>
compile
|-- com.vladsch.flexmark:flexmark-util
test
|-- com.vladsch.flexmark:flexmark-test-util
|-- org.openjdk.jmh:jmh-core
|-- org.openjdk.jmh:jmh-generator-annprocess
|-- log4j:log4j:1.2.17