fr.shingle:shingle-core

A swagger like at compile time

Лицензия

Лицензия

Группа

Группа

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

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

shingle-core
Последняя версия

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

1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

http://shingle.fr/shingle-core

Скачать shingle-core

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

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
fr.shingle : shingle-annotations jar 1.4
javax.ws.rs : javax.ws.rs-api jar 2.0.1
org.projectlombok : lombok jar 1.16.6
com.google.guava : guava jar 18.0
io.swagger : swagger-annotations jar 1.5.6
com.fasterxml.jackson.module : jackson-module-jsonSchema jar 2.7.0
com.fasterxml.jackson.module : jackson-module-jaxb-annotations jar 2.7.0
org.jboss.spec.javax.el : jboss-el-api_3.0_spec jar 1.0.5.Final

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.mockito : mockito-core jar 1.10.19
org.assertj : assertj-core jar 3.0.0

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

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

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