Categories |
CategoriesCLI User Interface Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.eclipsesource.jaxrs |
ArtifactId | ArtifactIdswagger-all |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
swagger-all-1.5.4.pom | |
swagger-all-1.5.4.jar | 6 MB |
swagger-all-1.5.4-sources.jar | 4 MB |
swagger-all-1.5.4-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eclipsesource.jaxrs/swagger-all/ -->
<dependency>
<groupId>com.eclipsesource.jaxrs</groupId>
<artifactId>swagger-all</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.eclipsesource.jaxrs/swagger-all/
implementation 'com.eclipsesource.jaxrs:swagger-all:1.5.4'
// https://jarcasting.com/artifacts/com.eclipsesource.jaxrs/swagger-all/
implementation ("com.eclipsesource.jaxrs:swagger-all:1.5.4")
'com.eclipsesource.jaxrs:swagger-all:jar:1.5.4'
<dependency org="com.eclipsesource.jaxrs" name="swagger-all" rev="1.5.4">
<artifact name="swagger-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eclipsesource.jaxrs', module='swagger-all', version='1.5.4')
)
libraryDependencies += "com.eclipsesource.jaxrs" % "swagger-all" % "1.5.4"
[com.eclipsesource.jaxrs/swagger-all "1.5.4"]