Last Version

Spring Open API 1.4.10

OpenAPI 3 generator library to generate OpenAPI 3 json spec from Java + Spring annotated classes.

License

License

GroupId

GroupId

com.github.jrcodeza
ArtifactId

ArtifactId

spring-openapi
Version

Version

1.4.10
Type

Type

pom
Description

Description

Spring Open API
OpenAPI 3 generator library to generate OpenAPI 3 json spec from Java + Spring annotated classes.
Project URL

Project URL

https://github.com/jremenec/spring-openapi
Source Code Management

Source Code Management

https://github.com/jremenec/spring-openapi

Download spring-openapi 1.4.10

Filename Size
spring-openapi-1.4.10.pom 13 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • annotations
  • schema-generator
  • schema-v2-generator
  • client-generator-plugin
  • client-generator
  • schema-generator-plugin