is not current version
Last Version 1.1.2

com.github.houbb:markdown-toc 1.1.0

markdown-toc 生成 github md 文件

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

markdown-toc
Version

Version

1.1.0
Type

Type

jar

Download markdown-toc 1.1.0


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