Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcn.chiship.sdk |
ArtifactId | ArtifactIdchiship-swagger-ui |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
chiship-swagger-ui-1.1.1.pom | |
chiship-swagger-ui-1.1.1.jar | 794 KB |
chiship-swagger-ui-1.1.1-sources.jar | 781 KB |
chiship-swagger-ui-1.1.1-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.chiship.sdk/chiship-swagger-ui/ -->
<dependency>
<groupId>cn.chiship.sdk</groupId>
<artifactId>chiship-swagger-ui</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.chiship.sdk/chiship-swagger-ui/
implementation 'cn.chiship.sdk:chiship-swagger-ui:1.1.1'
// https://jarcasting.com/artifacts/cn.chiship.sdk/chiship-swagger-ui/
implementation ("cn.chiship.sdk:chiship-swagger-ui:1.1.1")
'cn.chiship.sdk:chiship-swagger-ui:jar:1.1.1'
<dependency org="cn.chiship.sdk" name="chiship-swagger-ui" rev="1.1.1">
<artifact name="chiship-swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.chiship.sdk', module='chiship-swagger-ui', version='1.1.1')
)
libraryDependencies += "cn.chiship.sdk" % "chiship-swagger-ui" % "1.1.1"
[cn.chiship.sdk/chiship-swagger-ui "1.1.1"]