c

cxf-rt-rs-service-description-swagger-ui

Apache CXF JAX-RS Service Description Swagger UI integration
https://cxf.apache.org
文件下载
文件名 操作
cxf-rt-rs-service-description-swagger-ui-4.0.6.jar 下载
cxf-rt-rs-service-description-swagger-ui-4.0.6.pom 下载
cxf-rt-rs-service-description-swagger-ui-4.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-rt-rs-service-description-swagger-ui</artifactId>
  <version>4.0.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-rt-rs-service-description-swagger-ui:4.0.6'
Gradle Kotlin
implementation("org.apache.cxf:cxf-rt-rs-service-description-swagger-ui:4.0.6")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-rt-rs-service-description-swagger-ui" % "4.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-rt-rs-service-description-swagger-ui', version='4.0.6')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-rt-rs-service-description-swagger-ui" rev="4.0.6" />
Leiningen
[org.apache.cxf/cxf-rt-rs-service-description-swagger-ui "4.0.6"]
Apache Buildr
'org.apache.cxf:cxf-rt-rs-service-description-swagger-ui:jar:4.0.6'