Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
- openapi
- rest-api
- open-source
- openapi-specification
- rest
- openapi3
- java
- swagger-oss
- swagger-api
- swagger
Scala versions:
2.10
swagger-utils 1.3.13
Group ID:
com.wordnik
Artifact ID:
swagger-utils_2.10
Version:
1.3.13
Release Date:
Nov 15, 2015
Licenses:
libraryDependencies += "com.wordnik" %% "swagger-utils" % "1.3.13" resolvers += Resolver.bintrayJCenter
ivy"com.wordnik::swagger-utils:1.3.13" MavenRepository("https://jcenter.bintray.com")
//> using dep "com.wordnik::swagger-utils:1.3.13"
import $ivy.`com.wordnik::swagger-utils:1.3.13` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray's JCenter", "Some(https://jcenter.bintray.com)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.wordnik</groupId> <artifactId>swagger-utils_2.10</artifactId> <version>1.3.13</version> </dependency>
compile group: 'com.wordnik', name: 'swagger-utils_2.10', version: '1.3.13'