文件名称: swagger-annotations-2.1.2.jar中文-英文对照文档.zip
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.1.2</version>
</dependency>Gradle:
implementation group: 'io.swagger.core.v3', name: 'swagger-annotations', version: '2.1.2'
Gradle (Short):
implementation 'io.swagger.core.v3:swagger-annotations:2.1.2'
Gradle (Kotlin):
implementation("io.swagger.core.v3:swagger-annotations:2.1.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.swagger.v3.oas.annotations
io.swagger.v3.oas.annotations.callbacks
io.swagger.v3.oas.annotations.enums
io.swagger.v3.oas.annotations.extensions
io.swagger.v3.oas.annotations.headers
io.swagger.v3.oas.annotations.info
io.swagger.v3.oas.annotations.links
io.swagger.v3.oas.annotations.media
io.swagger.v3.oas.annotations.parameters
io.swagger.v3.oas.annotations.responses
io.swagger.v3.oas.annotations.security
io.swagger.v3.oas.annotations.servers
io.swagger.v3.oas.annotations.tagsio.swagger.v3.oas.annotations.ExternalDocumentation
io.swagger.v3.oas.annotations.Hidden
io.swagger.v3.oas.annotations.OpenAPIDefinition
io.swagger.v3.oas.annotations.Operation
io.swagger.v3.oas.annotations.Parameter
io.swagger.v3.oas.annotations.Parameters
io.swagger.v3.oas.annotations.callbacks.Callback
io.swagger.v3.oas.annotations.callbacks.Callbacks
io.swagger.v3.oas.annotations.enums.Explode
io.swagger.v3.oas.annotations.enums.ParameterIn
io.swagger.v3.oas.annotations.enums.ParameterStyle
io.swagger.v3.oas.annotations.enums.SecuritySchemeIn
io.swagger.v3.oas.annotations.enums.SecuritySchemeType
io.swagger.v3.oas.annotations.extensions.Extension
io.swagger.v3.oas.annotations.extensions.ExtensionProperty
io.swagger.v3.oas.annotations.extensions.Extensions
io.swagger.v3.oas.annotations.headers.Header
io.swagger.v3.oas.annotations.info.Contact
io.swagger.v3.oas.annotations.info.Info
io.swagger.v3.oas.annotations.info.License
io.swagger.v3.oas.annotations.links.Link
io.swagger.v3.oas.annotations.links.LinkParameter
io.swagger.v3.oas.annotations.media.ArraySchema
io.swagger.v3.oas.annotations.media.Content
io.swagger.v3.oas.annotations.media.DiscriminatorMapping
io.swagger.v3.oas.annotations.media.Encoding
io.swagger.v3.oas.annotations.media.ExampleObject
io.swagger.v3.oas.annotations.media.Schema
io.swagger.v3.oas.annotations.media.Schema.AccessMode
io.swagger.v3.oas.annotations.parameters.RequestBody
io.swagger.v3.oas.annotations.responses.ApiResponse
io.swagger.v3.oas.annotations.responses.ApiResponses
io.swagger.v3.oas.annotations.security.OAuthFlow
io.swagger.v3.oas.annotations.security.OAuthFlows
io.swagger.v3.oas.annotations.security.OAuthScope
io.swagger.v3.oas.annotations.security.SecurityRequirement
io.swagger.v3.oas.annotations.security.SecurityRequirements
io.swagger.v3.oas.annotations.security.SecurityScheme
io.swagger.v3.oas.annotations.security.SecuritySchemes
io.swagger.v3.oas.annotations.servers.Server
io.swagger.v3.oas.annotations.servers.ServerVariable
io.swagger.v3.oas.annotations.servers.Servers
io.swagger.v3.oas.annotations.tags.Tag
io.swagger.v3.oas.annotations.tags.Tags