jsonrpc4j-jsonschema

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

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.hiwayama
ArtifactId

ArtifactId

jsonrpc4j-jsonSchema
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download jsonrpc4j-jsonSchema

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.kjetland : mbknor-jackson-jsonschema_2.12 jar 1.0.30
com.fasterxml.jackson.module : jackson-module-jsonSchema jar 2.8.5
com.github.briandilley.jsonrpc4j : jsonrpc4j jar 1.5.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.3
0.2-alpha-1
0.1-alpha-1