livedoc-ui-webjar

The Livedoc UI packaged in a webjar

Лицензия

Лицензия

Группа

Группа

org.hildan.livedoc
Идентификатор

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

livedoc-ui-webjar
Последняя версия

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

5.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

livedoc-ui-webjar
The Livedoc UI packaged in a webjar
Ссылка на сайт

Ссылка на сайт

https://github.com/joffrey-bion/livedoc
Система контроля версий

Система контроля версий

https://github.com/joffrey-bion/livedoc

Скачать livedoc-ui-webjar

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.hildan.livedoc/livedoc-ui-webjar/ -->
<dependency>
    <groupId>org.hildan.livedoc</groupId>
    <artifactId>livedoc-ui-webjar</artifactId>
    <version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.livedoc/livedoc-ui-webjar/
implementation 'org.hildan.livedoc:livedoc-ui-webjar:5.3.0'
// https://jarcasting.com/artifacts/org.hildan.livedoc/livedoc-ui-webjar/
implementation ("org.hildan.livedoc:livedoc-ui-webjar:5.3.0")
'org.hildan.livedoc:livedoc-ui-webjar:jar:5.3.0'
<dependency org="org.hildan.livedoc" name="livedoc-ui-webjar" rev="5.3.0">
  <artifact name="livedoc-ui-webjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.livedoc', module='livedoc-ui-webjar', version='5.3.0')
)
libraryDependencies += "org.hildan.livedoc" % "livedoc-ui-webjar" % "5.3.0"
[org.hildan.livedoc/livedoc-ui-webjar "5.3.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Livedoc

Maven central version Github Build GitHub license

Livedoc is a documentation generator for REST and websocket services, inspired by the JSONDoc project.

Livedoc tries to read all the doc from the code and the Javadoc. Annotations are considered a failure of Livedoc to grasp an aspect of the code. They should mostly be used to add what Livedoc couldn't read from the code, or override a piece of documentation that does not match the user's needs.

This is one of the reasons why it should be quick to add Livedoc to your project.

Get started

Check out the official documentation to get started with Livedoc.

Livedoc UI Demo

Try it yourself! Run the demo:

docker run -p 8080:8080 docker.io/hildan/livedoc-demo:latest

Then navigate to http://localhost:8080/livedoc/index.html to see what it looks like. You can see the code directly in this Github repository as the sample-app subproject.

Credits

Credits to @fabiomaffioletti for his great work on the original JSONDoc project, and to all contributors that helped him build JSONDoc up to version 1.2.17, which I started from.

Special thanks to @ST-DDT for his very constructive feedback, both on the original project and on Livedoc.

Livedoc uses the therapi-runtime-javadoc library by @dnault for its Javadoc-related processing.

License

This library is released under the MIT license.

Версии библиотеки

Версия
5.3.0
5.2.0
5.1.1
5.1.0
5.0.1
5.0.0
4.5.2
4.5.1
4.5.0
4.4.2
4.4.1
4.4.0
4.3.2
4.3.1
4.3.0
4.2.0
4.1.0
3.0.0
2.1.1
2.1.0
2.0.0
1.2.0
1.1.0
1.0.2
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0