License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.xzixi |
ArtifactId | ArtifactIdswagger2-plus-demo |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionswagger2-plus-demo
swagger2-plus示例代码
|
Filename | Size |
---|---|
swagger2-plus-demo-1.0.pom | |
swagger2-plus-demo-1.0.jar | 7 KB |
swagger2-plus-demo-1.0-sources.jar | 5 KB |
swagger2-plus-demo-1.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xzixi/swagger2-plus-demo/ -->
<dependency>
<groupId>com.xzixi</groupId>
<artifactId>swagger2-plus-demo</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xzixi/swagger2-plus-demo/
implementation 'com.xzixi:swagger2-plus-demo:1.0'
// https://jarcasting.com/artifacts/com.xzixi/swagger2-plus-demo/
implementation ("com.xzixi:swagger2-plus-demo:1.0")
'com.xzixi:swagger2-plus-demo:jar:1.0'
<dependency org="com.xzixi" name="swagger2-plus-demo" rev="1.0">
<artifact name="swagger2-plus-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xzixi', module='swagger2-plus-demo', version='1.0')
)
libraryDependencies += "com.xzixi" % "swagger2-plus-demo" % "1.0"
[com.xzixi/swagger2-plus-demo "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.xzixi : swagger2-plus | jar | 1.0 |
org.springframework.boot : spring-boot-starter-web | jar | |
org.projectlombok : lombok Optional | jar | 1.18.6 |