is not current version
Last Version 1.1.2

com.github.houbb:markdown-toc 1.0.4

markdown-toc 生成 github md 文件

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

markdown-toc
Version

Version

1.0.4
Type

Type

jar

Download markdown-toc 1.0.4


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