не последняя версия
Последняя версия 2.4

com.github.liuhuagui:smalldoc 2.3

Zero-intrusion Java Restful API documentation tool based on code comments.

Категории

Категории

GUI Взаимодействие с пользователем
Группа

Группа

com.github.liuhuagui
Идентификатор

Идентификатор

smalldoc
Версия

Версия

2.3
Тип

Тип

pom

Скачать smalldoc 2.3

Имя Файла Размер
smalldoc-2.3.pom 5 KB
Обзор

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