Registry / serialization / swagger-core-2-10

swagger-core-2-10

JSON →
library1.3.13javamavenunverified

Swagger Core provides libraries for creating and parsing OpenAPI specifications for REST APIs.

<dependency> <groupId>com.wordnik</groupId> <artifactId>swagger-core_2.10</artifactId> <version>1.3.13</version> </dependency>
INSTALL
IMPORT
SIG · SWAGGER-CORE-2-10
S
swagger-core-2-10
serializationjavav1.3.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SwaggerSpec
com.wordnik.swagger.core.SwaggerSpec

Create a Swagger specification instance

import com.wordnik.swagger.core.SwaggerSpec; public class Quickstart { public static void main(String[] args) { SwaggerSpec spec = new SwaggerSpec(); System.out.println("Swagger spec created"); } }
Debug
Known issues
breakingThis version uses an outdated Swagger specification format; consider migrating to Swagger 2.0 or OpenAPI 3.0.
fix
Upgrade to a newer version of swagger-core (e.g., io.swagger:swagger-core) that supports OpenAPI 3.0.
affects: <2.0
Upgrade
Version history
1.3.13latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
swagger-core-2-10 — mvn dependency:get swagger-core-2-10 · libregistry