is not current version
Last Version 1.5.7

com.eclipsesource.jaxrs:swagger-all 1.5.5

swagger-all is a rebundled verison of Swagger as one OSGi bundle.

Categories

Categories

CLI User Interface Swagger Program Interface REST Frameworks
GroupId

GroupId

com.eclipsesource.jaxrs
ArtifactId

ArtifactId

swagger-all
Version

Version

1.5.5
Type

Type

jar

Download swagger-all 1.5.5


<!-- https://jarcasting.com/artifacts/com.eclipsesource.jaxrs/swagger-all/ -->
<dependency>
    <groupId>com.eclipsesource.jaxrs</groupId>
    <artifactId>swagger-all</artifactId>
    <version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.eclipsesource.jaxrs/swagger-all/
implementation 'com.eclipsesource.jaxrs:swagger-all:1.5.5'
// https://jarcasting.com/artifacts/com.eclipsesource.jaxrs/swagger-all/
implementation ("com.eclipsesource.jaxrs:swagger-all:1.5.5")
'com.eclipsesource.jaxrs:swagger-all:jar:1.5.5'
<dependency org="com.eclipsesource.jaxrs" name="swagger-all" rev="1.5.5">
  <artifact name="swagger-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eclipsesource.jaxrs', module='swagger-all', version='1.5.5')
)
libraryDependencies += "com.eclipsesource.jaxrs" % "swagger-all" % "1.5.5"
[com.eclipsesource.jaxrs/swagger-all "1.5.5"]