Last Version

Spring Data REST to Swagger OpenAPI annotations enricher 0.0.1

Library and command line for scanning a source path and sub directories and adding or setting the Swagger OpenAPI "Operation" annotation from Spring Data REST namign conventions and the Javadoc.

License

License

Categories

Categories

Data
GroupId

GroupId

de.ohmesoftware
ArtifactId

ArtifactId

springdataresttoopenapischema
Version

Version

0.0.1
Type

Type

jar
Description

Description

Spring Data REST to Swagger OpenAPI annotations enricher
Library and command line for scanning a source path and sub directories and adding or setting the Swagger OpenAPI "Operation" annotation from Spring Data REST namign conventions and the Javadoc.
Project URL

Project URL

https://github.com/kaoh/springdataresttoopenapischema
Source Code Management

Source Code Management

https://github.com/kaoh/springdataresttoopenapischema/tree/master

Download springdataresttoopenapischema 0.0.1


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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.javaparser : javaparser-symbol-solver-core jar 3.12.0
org.apache.logging.log4j : log4j-slf4j-impl jar 2.9.1

test (6)

Group / Artifact Type Version
junit : junit jar 4.12
commons-io : commons-io jar 2.6
io.swagger.core.v3 : swagger-annotations jar 2.0.8
org.springframework.data : spring-data-rest-core jar 3.1.6.RELEASE
com.querydsl : querydsl-jpa jar 4.2.1
javax.ws.rs : javax.ws.rs-api jar 2.1.1

Project Modules

There are no modules declared in this project.