is not current version
Last Version 1.4.10

com.github.jrcodeza:spring-openapi 1.4.3

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

GroupId

GroupId

com.github.jrcodeza
ArtifactId

ArtifactId

spring-openapi
Version

Version

1.4.3
Type

Type

pom

Download spring-openapi 1.4.3

Filename Size
spring-openapi-1.4.3.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.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi/
implementation 'com.github.jrcodeza:spring-openapi:1.4.3'
// https://jarcasting.com/artifacts/com.github.jrcodeza/spring-openapi/
implementation ("com.github.jrcodeza:spring-openapi:1.4.3")
'com.github.jrcodeza:spring-openapi:pom:1.4.3'
<dependency org="com.github.jrcodeza" name="spring-openapi" rev="1.4.3">
  <artifact name="spring-openapi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jrcodeza', module='spring-openapi', version='1.4.3')
)
libraryDependencies += "com.github.jrcodeza" % "spring-openapi" % "1.4.3"
[com.github.jrcodeza/spring-openapi "1.4.3"]