Categories |
CategoriesJersey Program Interface REST Frameworks Swagger |
---|---|
GroupId | GroupIdcn.hiboot.mcn |
ArtifactId | ArtifactIdjersey-swagger2-ui |
Version | Version2.3.5 |
Type | Typejar |
Filename | Size |
---|---|
jersey-swagger2-ui-2.3.5.pom | |
jersey-swagger2-ui-2.3.5.jar | 1019 KB |
jersey-swagger2-ui-2.3.5-sources.jar | 1018 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.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hiboot.mcn/jersey-swagger2-ui/
implementation 'cn.hiboot.mcn:jersey-swagger2-ui:2.3.5'
// https://jarcasting.com/artifacts/cn.hiboot.mcn/jersey-swagger2-ui/
implementation ("cn.hiboot.mcn:jersey-swagger2-ui:2.3.5")
'cn.hiboot.mcn:jersey-swagger2-ui:jar:2.3.5'
<dependency org="cn.hiboot.mcn" name="jersey-swagger2-ui" rev="2.3.5">
<artifact name="jersey-swagger2-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hiboot.mcn', module='jersey-swagger2-ui', version='2.3.5')
)
libraryDependencies += "cn.hiboot.mcn" % "jersey-swagger2-ui" % "2.3.5"
[cn.hiboot.mcn/jersey-swagger2-ui "2.3.5"]