is not current version
Last Version 0.0.2

com.yepher.jsondoc:annotations 0.0.1

Annotations used for documenting JSON objects

Categories

Categories

JSON Data
GroupId

GroupId

com.yepher.jsondoc
ArtifactId

ArtifactId

annotations
Version

Version

0.0.1
Type

Type

jar

Download annotations 0.0.1


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