json-doc

Tool to document POJOs using annotations.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.yepher.jsondoc
ArtifactId

ArtifactId

json-doc
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

json-doc
Tool to document POJOs using annotations.
Project URL

Project URL

https://github.com/yepher/json-doc

Download json-doc

Filename Size
json-doc-0.0.2.pom 7 KB
Browse

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
com.google.code.gson : gson jar 2.3.1

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.4

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

  • annotations
  • documentor
  • samples

Versions

Version
0.0.2
0.0.1