License |
License |
---|---|
GroupId | GroupIdcom.vladsch.flexmark |
ArtifactId | ArtifactIdflexmark-all |
Last Version | Last Version0.64.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionflexmark-all
flexmark-java core and all extension modules and converters
|
Filename | Size |
---|---|
flexmark-all-0.64.0.pom | |
flexmark-all-0.64.0.jar | 2 KB |
flexmark-all-0.64.0-lib.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-all/ -->
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-all</artifactId>
<version>0.64.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-all/
implementation 'com.vladsch.flexmark:flexmark-all:0.64.0'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-all/
implementation ("com.vladsch.flexmark:flexmark-all:0.64.0")
'com.vladsch.flexmark:flexmark-all:jar:0.64.0'
<dependency org="com.vladsch.flexmark" name="flexmark-all" rev="0.64.0">
<artifact name="flexmark-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-all', version='0.64.0')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-all" % "0.64.0"
[com.vladsch.flexmark/flexmark-all "0.64.0"]