<dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark</artifactId> <version>0.32.22</version> </dependency>
implementation 'com.vladsch.flexmark:flexmark:0.32.22'
implementation("com.vladsch.flexmark:flexmark:0.32.22")
libraryDependencies += "com.vladsch.flexmark" % "flexmark" % "0.32.22"
@Grapes( @Grab(group='com.vladsch.flexmark', module='flexmark', version='0.32.22') )
<dependency org="com.vladsch.flexmark" name="flexmark" rev="0.32.22" />
[com.vladsch.flexmark/flexmark "0.32.22"]
'com.vladsch.flexmark:flexmark:jar:0.32.22'
<parent> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-java</artifactId> <version>0.32.22</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