springboot-swagger3-annotations
Annotations only for the SpringBoot OpenAPI 3 YAML generator.
License |
License |
---|---|
GroupId | GroupIdch.ubique.openapi |
ArtifactId | ArtifactIddoc-annotations |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondoc-annotations
Annotations for documentation of API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
doc-annotations-1.0.4.pom | |
doc-annotations-1.0.4.jar | 3 KB |
doc-annotations-1.0.4-sources.jar | 1 KB |
doc-annotations-1.0.4-javadoc.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.ubique.openapi/doc-annotations/ -->
<dependency>
<groupId>ch.ubique.openapi</groupId>
<artifactId>doc-annotations</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.ubique.openapi/doc-annotations/
implementation 'ch.ubique.openapi:doc-annotations:1.0.4'
// https://jarcasting.com/artifacts/ch.ubique.openapi/doc-annotations/
implementation ("ch.ubique.openapi:doc-annotations:1.0.4")
'ch.ubique.openapi:doc-annotations:jar:1.0.4'
<dependency org="ch.ubique.openapi" name="doc-annotations" rev="1.0.4">
<artifact name="doc-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.ubique.openapi', module='doc-annotations', version='1.0.4')
)
libraryDependencies += "ch.ubique.openapi" % "doc-annotations" % "1.0.4"
[ch.ubique.openapi/doc-annotations "1.0.4"]
Annotations only for the SpringBoot OpenAPI 3 YAML generator.