fr.shingle:shingle-core

A swagger like at compile time

License

License

GroupId

GroupId

fr.shingle
ArtifactId

ArtifactId

shingle-core
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

A swagger like at compile time
Project URL

Project URL

http://shingle.fr/shingle-core

Download shingle-core

How to add to project

<!-- 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"]

Dependencies

compile (8)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-core jar 1.10.19
org.assertj : assertj-core jar 3.0.0

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.4