组织ID: |
io.swagger |
项目ID: |
swagger-annotations |
版本: |
1.5.0 |
最后修改时间: |
2018-07-25 17:58:38 |
包类型: |
jar |
标题: |
swagger-annotations |
大小: |
13.98KB |
|
Maven引入代码: |
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.0</version>
</dependency>
|
Gradle引入代码: |
io.swagger:swagger-annotations:1.5.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-project</artifactId>
<version>1.5.0</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.0</version>
<packaging>bundle</packaging>
<name>swagger-annotations</name>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>io.swagger.annotations</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/io.swagger/swagger-annotations/pom.properties
META-INF/maven/io.swagger/swagger-annotations/pom.xml
io.swagger.annotations.Api.class
io.swagger.annotations.ApiImplicitParam.class
io.swagger.annotations.ApiImplicitParams.class
io.swagger.annotations.ApiModel.class
io.swagger.annotations.ApiModelProperty.class
io.swagger.annotations.ApiOperation.class
io.swagger.annotations.ApiParam.class
io.swagger.annotations.ApiResponse.class
io.swagger.annotations.ApiResponses.class
io.swagger.annotations.Authorization.class
io.swagger.annotations.AuthorizationScope.class
io.swagger.annotations.Contact.class
io.swagger.annotations.Extension.class
io.swagger.annotations.ExtensionProperty.class
io.swagger.annotations.ExternalDocs.class
io.swagger.annotations.Info.class
io.swagger.annotations.License.class
io.swagger.annotations.ResponseHeader.class
io.swagger.annotations.SwaggerDefinition$Scheme.class
io.swagger.annotations.SwaggerDefinition.class
io.swagger.annotations.Tag.class
|
依赖Jar: |
无
|