| Группа | Группаcom.github.houbb |
|---|---|
| Идентификатор | Идентификаторmarkdown-toc |
| Версия | Версия1.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| markdown-toc-1.0.4.pom | |
| markdown-toc-1.0.4.jar | 32 KB |
| markdown-toc-1.0.4-sources.jar | 24 KB |
| markdown-toc-1.0.4-javadoc.jar | 195 KB |
| Обзор |
<!-- 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"]