I am lost in dependencies and tools: I previously use the following tool to generate code for my swagger webservices.
swagger-codegen-cli
- https://mvnrepository.com/artifact/io.swagger.codegen.v3/swagger-codegen-cli/3.0.13
- https://github.com/swagger-api/swagger-codegen
Then I noticed the following tool, and thought this was a successor:
openapi tools generator
- https://github.com/OpenAPITools/openapi-generator
- https://openapi-generator.tech/docs/installation.html
But the code that is generated uses different annotations and seems older.
Could somebody tell me, are these 2 tools related to eachother and which one is the more recent version?