markdown4j

To solve the problem of not quickly generating Markdown files at the Java level, using builder mode, very simple to use.

License

License

GroupId

GroupId

fun.mingshan
ArtifactId

ArtifactId

markdown4j
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

markdown4j
To solve the problem of not quickly generating Markdown files at the Java level, using builder mode, very simple to use.
Project URL

Project URL

https://github.com/mstao/markdown4j
Source Code Management

Source Code Management

https://github.com/mstao/markdown4j

Download markdown4j

How to add to project

<!-- https://jarcasting.com/artifacts/fun.mingshan/markdown4j/ -->
<dependency>
    <groupId>fun.mingshan</groupId>
    <artifactId>markdown4j</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/fun.mingshan/markdown4j/
implementation 'fun.mingshan:markdown4j:1.0'
// https://jarcasting.com/artifacts/fun.mingshan/markdown4j/
implementation ("fun.mingshan:markdown4j:1.0")
'fun.mingshan:markdown4j:jar:1.0'
<dependency org="fun.mingshan" name="markdown4j" rev="1.0">
  <artifact name="markdown4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.mingshan', module='markdown4j', version='1.0')
)
libraryDependencies += "fun.mingshan" % "markdown4j" % "1.0"
[fun.mingshan/markdown4j "1.0"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0