xo-starter
基于spring boot构建的组件库。
License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.jnoee |
ArtifactId | ArtifactIdxo-starter-swagger |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxo-starter
|
Filename | Size |
---|---|
xo-starter-swagger-1.0.2.pom | |
xo-starter-swagger-1.0.2.jar | 6 KB |
xo-starter-swagger-1.0.2-sources.jar | 4 KB |
xo-starter-swagger-1.0.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-swagger/ -->
<dependency>
<groupId>com.github.jnoee</groupId>
<artifactId>xo-starter-swagger</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-swagger/
implementation 'com.github.jnoee:xo-starter-swagger:1.0.2'
// https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-swagger/
implementation ("com.github.jnoee:xo-starter-swagger:1.0.2")
'com.github.jnoee:xo-starter-swagger:jar:1.0.2'
<dependency org="com.github.jnoee" name="xo-starter-swagger" rev="1.0.2">
<artifact name="xo-starter-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnoee', module='xo-starter-swagger', version='1.0.2')
)
libraryDependencies += "com.github.jnoee" % "xo-starter-swagger" % "1.0.2"
[com.github.jnoee/xo-starter-swagger "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.springfox : springfox-swagger2 | jar | 2.8.0 |
io.swagger : swagger-models | jar | 1.5.22 |
com.github.xiaoymin : swagger-bootstrap-ui | jar | 1.8.7 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.4.RELEASE |
org.projectlombok : lombok | jar | 1.16.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.4.RELEASE |
基于spring boot构建的组件库。