License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.8x8.cloud |
ArtifactId | ArtifactIdswagger2raml |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionswagger2raml
A utility to generate RAML documentation from Swagger JSON.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swagger2raml-1.0.0.pom | |
swagger2raml-1.0.0.jar | 192 KB |
swagger2raml-1.0.0-sources.jar | 12 KB |
swagger2raml-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.8x8.cloud/swagger2raml/ -->
<dependency>
<groupId>com.8x8.cloud</groupId>
<artifactId>swagger2raml</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.8x8.cloud/swagger2raml/
implementation 'com.8x8.cloud:swagger2raml:1.0.0'
// https://jarcasting.com/artifacts/com.8x8.cloud/swagger2raml/
implementation ("com.8x8.cloud:swagger2raml:1.0.0")
'com.8x8.cloud:swagger2raml:jar:1.0.0'
<dependency org="com.8x8.cloud" name="swagger2raml" rev="1.0.0">
<artifact name="swagger2raml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.8x8.cloud', module='swagger2raml', version='1.0.0')
)
libraryDependencies += "com.8x8.cloud" % "swagger2raml" % "1.0.0"
[com.8x8.cloud/swagger2raml "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.3.6 |
commons-cli : commons-cli | jar | 1.2 |