Simple Rest Doc

Generate a simple documentation of the RestControllers

License

License

GroupId

GroupId

com.github.fworks
ArtifactId

ArtifactId

simplerestdoc
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Rest Doc
Generate a simple documentation of the RestControllers
Project URL

Project URL

https://github.com/fworks/SimpleRestDoc
Source Code Management

Source Code Management

http://github.com/fworks/SimpleRestDoc

Download simplerestdoc

How to add to project

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

Dependencies

compile (3)

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

Project Modules

There are no modules declared in this project.

SimpleRestDoc

Simple doc/json generator for @RestController

maven

<dependency>
  <groupId>com.github.fworks</groupId>
  <artifactId>SimpleRestDoc</artifactId>
  <version>1.0</version>
</dependency>

Versions

Version
1.0