License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.xzixi.framework |
ArtifactId | ArtifactIdswagger2-annotations |
Last Version | Last Version2.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionswagger2-annotations
扩展的swagger2注解
|
<!-- https://jarcasting.com/artifacts/com.xzixi.framework/swagger2-annotations/ -->
<dependency>
<groupId>com.xzixi.framework</groupId>
<artifactId>swagger2-annotations</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.xzixi.framework/swagger2-annotations/
implementation 'com.xzixi.framework:swagger2-annotations:2.2.2'
// https://jarcasting.com/artifacts/com.xzixi.framework/swagger2-annotations/
implementation ("com.xzixi.framework:swagger2-annotations:2.2.2")
'com.xzixi.framework:swagger2-annotations:jar:2.2.2'
<dependency org="com.xzixi.framework" name="swagger2-annotations" rev="2.2.2">
<artifact name="swagger2-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xzixi.framework', module='swagger2-annotations', version='2.2.2')
)
libraryDependencies += "com.xzixi.framework" % "swagger2-annotations" % "2.2.2"
[com.xzixi.framework/swagger2-annotations "2.2.2"]