Categories |
CategoriesJersey Program Interface REST Frameworks Swagger |
---|---|
GroupId | GroupIdcn.hiboot.mcn |
ArtifactId | ArtifactIdjersey-swagger2-ui |
Version | Version2.5.7 |
Type | Typejar |
Filename | Size |
---|---|
jersey-swagger2-ui-2.5.7.pom | |
jersey-swagger2-ui-2.5.7.jar | 1020 KB |
jersey-swagger2-ui-2.5.7-sources.jar | 1019 KB |
jersey-swagger2-ui-2.5.7-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hiboot.mcn/jersey-swagger2-ui/ -->
<dependency>
<groupId>cn.hiboot.mcn</groupId>
<artifactId>jersey-swagger2-ui</artifactId>
<version>2.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hiboot.mcn/jersey-swagger2-ui/
implementation 'cn.hiboot.mcn:jersey-swagger2-ui:2.5.7'
// https://jarcasting.com/artifacts/cn.hiboot.mcn/jersey-swagger2-ui/
implementation ("cn.hiboot.mcn:jersey-swagger2-ui:2.5.7")
'cn.hiboot.mcn:jersey-swagger2-ui:jar:2.5.7'
<dependency org="cn.hiboot.mcn" name="jersey-swagger2-ui" rev="2.5.7">
<artifact name="jersey-swagger2-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hiboot.mcn', module='jersey-swagger2-ui', version='2.5.7')
)
libraryDependencies += "cn.hiboot.mcn" % "jersey-swagger2-ui" % "2.5.7"
[cn.hiboot.mcn/jersey-swagger2-ui "2.5.7"]