| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdmarkdown-toc |
| Version | Version1.0.8 |
| Type | Typejar |
| Description |
Descriptionmarkdown-toc
markdown-toc 生成 github md 文件
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| markdown-toc-1.0.8.pom | |
| markdown-toc-1.0.8.jar | 35 KB |
| markdown-toc-1.0.8-sources.jar | 28 KB |
| markdown-toc-1.0.8-javadoc.jar | 220 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/markdown-toc/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>markdown-toc</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/markdown-toc/
implementation 'com.github.houbb:markdown-toc:1.0.8'
// https://jarcasting.com/artifacts/com.github.houbb/markdown-toc/
implementation ("com.github.houbb:markdown-toc:1.0.8")
'com.github.houbb:markdown-toc:jar:1.0.8'
<dependency org="com.github.houbb" name="markdown-toc" rev="1.0.8">
<artifact name="markdown-toc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='markdown-toc', version='1.0.8')
)
libraryDependencies += "com.github.houbb" % "markdown-toc" % "1.0.8"
[com.github.houbb/markdown-toc "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apiguardian : apiguardian-api Optional | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.12 |