is not current version
Last Version 0.0.3

com.github.haz4j:swagger4jsonrpc 0.0.2

This project is implementation of swagger for JSON-RPC with Spring Boot. It generates UI that helps delelopers test api and share it with colleagues

Categories

Categories

JSON Data Swagger Program Interface REST Frameworks
GroupId

GroupId

com.github.haz4j
ArtifactId

ArtifactId

swagger4jsonrpc
Version

Version

0.0.2
Type

Type

jar

Download swagger4jsonrpc 0.0.2


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