| Группа | Группаcom.github.houbb |
|---|---|
| Идентификатор | Идентификаторmarkdown-toc |
| Версия | Версия1.0.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| markdown-toc-1.0.7.pom | |
| markdown-toc-1.0.7.jar | 35 KB |
| markdown-toc-1.0.7-sources.jar | 27 KB |
| markdown-toc-1.0.7-javadoc.jar | 221 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/markdown-toc/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>markdown-toc</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/markdown-toc/
implementation 'com.github.houbb:markdown-toc:1.0.7'
// https://jarcasting.com/artifacts/com.github.houbb/markdown-toc/
implementation ("com.github.houbb:markdown-toc:1.0.7")
'com.github.houbb:markdown-toc:jar:1.0.7'
<dependency org="com.github.houbb" name="markdown-toc" rev="1.0.7">
<artifact name="markdown-toc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='markdown-toc', version='1.0.7')
)
libraryDependencies += "com.github.houbb" % "markdown-toc" % "1.0.7"
[com.github.houbb/markdown-toc "1.0.7"]