Shingle

A swagger like at compile time

Лицензия

Лицензия

Группа

Группа

fr.shingle
Идентификатор

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

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

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

1.4
Дата

Дата

Тип

Тип

pom
Описание

Описание

Shingle
A swagger like at compile time
Ссылка на сайт

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

http://shingle.fr
Система контроля версий

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

https://github.com/Jbbouille/shingle

Скачать parent

Имя Файла Размер
parent-1.4.pom 8 KB
Обзор

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

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

Зависимости

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

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

  • shingle-core
  • shingle-maven-plugin
  • shingle-annotations

Shingle

Introduction

Shingle is a library design to build a documentation from annotation, it is similar to Swagger (more lightweight). It can interact with some of the swagger Annotation. It is fast, clean and extensible (as usual with new libraries).

This product was initially designed @Libon.

Shingle code organisation

The shingle repository is divided in 4 parts:

  • Core: The entry point of the core of shingle is the class fr.shingle.jaxrs.DocumentationBuilder.
  • Shingle-maven-plugin: This a plugin that can be use in java projects in order to build documentation with Maven and Shingle.
  • Shingle-UI: The UI.
  • Shingle annotations which contains java annotations that you can add tou your project.

Contributors

Main contributors are:

  • obourgain
  • jmoussa
  • jbpetit

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

Версия
1.4