is not current version
Last Version 0.0.2

com.yepher.jsondoc:json-doc 0.0.1

Tool to document POJOs using annotations.

Categories

Categories

JSON Data
GroupId

GroupId

com.yepher.jsondoc
ArtifactId

ArtifactId

json-doc
Version

Version

0.0.1
Type

Type

pom

Download json-doc 0.0.1

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

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