Last Version

openapi-docgen-core 1.0

Library that generates HTML documentation from OpenAPI-formatted inputs. Uses node's redoc-cli under the hood.

License

License

GroupId

GroupId

com.markstickel.openapi
ArtifactId

ArtifactId

openapi-docgen-core
Version

Version

1.0
Type

Type

jar
Description

Description

openapi-docgen-core
Library that generates HTML documentation from OpenAPI-formatted inputs. Uses node's redoc-cli under the hood.

Download openapi-docgen-core 1.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

runtime (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.1

Project Modules

There are no modules declared in this project.