SimpleRestDoc
Simple doc/json generator for @RestController
maven
<dependency>
<groupId>com.github.fworks</groupId>
<artifactId>SimpleRestDoc</artifactId>
<version>1.0</version>
</dependency>
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.fworks |
| Идентификатор | Идентификаторsimplerestdoc |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSimple Rest Doc
Generate a simple documentation of the RestControllers
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| simplerestdoc-1.0.pom | |
| simplerestdoc-1.0.jar | 13 KB |
| simplerestdoc-1.0-sources.jar | 8 KB |
| simplerestdoc-1.0-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fworks/simplerestdoc/ -->
<dependency>
<groupId>com.github.fworks</groupId>
<artifactId>simplerestdoc</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fworks/simplerestdoc/
implementation 'com.github.fworks:simplerestdoc:1.0'
// https://jarcasting.com/artifacts/com.github.fworks/simplerestdoc/
implementation ("com.github.fworks:simplerestdoc:1.0")
'com.github.fworks:simplerestdoc:jar:1.0'
<dependency org="com.github.fworks" name="simplerestdoc" rev="1.0">
<artifact name="simplerestdoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fworks', module='simplerestdoc', version='1.0')
)
libraryDependencies += "com.github.fworks" % "simplerestdoc" % "1.0"
[com.github.fworks/simplerestdoc "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-web | jar | 4.3.6.RELEASE |
| com.google.code.gson : gson | jar | 2.6.2 |
| org.reflections : reflections | jar | 0.9.9 |
Simple doc/json generator for @RestController
<dependency>
<groupId>com.github.fworks</groupId>
<artifactId>SimpleRestDoc</artifactId>
<version>1.0</version>
</dependency>