is not current version
Last Version 0.3

com.github.hiwayama:jsonrpc4j-jsonSchema 0.2-alpha-1

This module is jackson-module-jsonschema wrapper for the creation of api document (like JSON-Schema) from POJO of jsonrpc4j service classes.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.hiwayama
ArtifactId

ArtifactId

jsonrpc4j-jsonSchema
Version

Version

0.2-alpha-1
Type

Type

jar

Download jsonrpc4j-jsonSchema 0.2-alpha-1


<!-- https://jarcasting.com/artifacts/com.github.hiwayama/jsonrpc4j-jsonSchema/ -->
<dependency>
    <groupId>com.github.hiwayama</groupId>
    <artifactId>jsonrpc4j-jsonSchema</artifactId>
    <version>0.2-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hiwayama/jsonrpc4j-jsonSchema/
implementation 'com.github.hiwayama:jsonrpc4j-jsonSchema:0.2-alpha-1'
// https://jarcasting.com/artifacts/com.github.hiwayama/jsonrpc4j-jsonSchema/
implementation ("com.github.hiwayama:jsonrpc4j-jsonSchema:0.2-alpha-1")
'com.github.hiwayama:jsonrpc4j-jsonSchema:jar:0.2-alpha-1'
<dependency org="com.github.hiwayama" name="jsonrpc4j-jsonSchema" rev="0.2-alpha-1">
  <artifact name="jsonrpc4j-jsonSchema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hiwayama', module='jsonrpc4j-jsonSchema', version='0.2-alpha-1')
)
libraryDependencies += "com.github.hiwayama" % "jsonrpc4j-jsonSchema" % "0.2-alpha-1"
[com.github.hiwayama/jsonrpc4j-jsonSchema "0.2-alpha-1"]