is not current version
Last Version 0.0.2

com.github.hazard4j:swagger4jsonrpc 0.0.1.RELEASE

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.hazard4j
ArtifactId

ArtifactId

swagger4jsonrpc
Version

Version

0.0.1.RELEASE
Type

Type

jar

Download swagger4jsonrpc 0.0.1.RELEASE


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