License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.yepher.jsondoc |
ArtifactId | ArtifactIddocumentor |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-doc documentor
Tool to document POJOs using annotations.
|
Filename | Size |
---|---|
documentor-0.0.2.pom | |
documentor-0.0.2.jar | 28 KB |
documentor-0.0.2-sources.jar | 12 KB |
documentor-0.0.2-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yepher.jsondoc/documentor/ -->
<dependency>
<groupId>com.yepher.jsondoc</groupId>
<artifactId>documentor</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yepher.jsondoc/documentor/
implementation 'com.yepher.jsondoc:documentor:0.0.2'
// https://jarcasting.com/artifacts/com.yepher.jsondoc/documentor/
implementation ("com.yepher.jsondoc:documentor:0.0.2")
'com.yepher.jsondoc:documentor:jar:0.0.2'
<dependency org="com.yepher.jsondoc" name="documentor" rev="0.0.2">
<artifact name="documentor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yepher.jsondoc', module='documentor', version='0.0.2')
)
libraryDependencies += "com.yepher.jsondoc" % "documentor" % "0.0.2"
[com.yepher.jsondoc/documentor "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.yepher.jsondoc : annotations | jar | 0.0.2 |
org.slf4j : slf4j-api | jar | 1.7.12 |
com.google.code.gson : gson | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |