jar

io.kemtoa.swagger : swagger-backwards-compat-maven-plugin

Maven & Gradle

Nov 08, 2019
4 stars

Swagger Backwards Compatibility Maven Plugin · A Maven plugin for analyzing Swagger API Specs backwards compatible changes.

Table Of Contents

Latest Version

Download io.kemtoa.swagger : swagger-backwards-compat-maven-plugin JAR file - Latest Versions:

All Versions

Download io.kemtoa.swagger : swagger-backwards-compat-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window swagger-backwards-compat-maven-plugin-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.kemtoa.swagger.compat

├─ io.kemtoa.swagger.compat.BackwardsCompatibilityCheckMojo.class - [JAR]

io.kemtoa.swagger.compat.walker

├─ io.kemtoa.swagger.compat.walker.Location.class - [JAR]

├─ io.kemtoa.swagger.compat.walker.SwaggerDiffVisitor.class - [JAR]

├─ io.kemtoa.swagger.compat.walker.SwaggerDiffWalker.class - [JAR]

io.kemtoa.swagger.compat.rules

├─ io.kemtoa.swagger.compat.rules.AddedEnumValueInResponseRule.class - [JAR]

├─ io.kemtoa.swagger.compat.rules.AddedRequiredRequestParameterRule.class - [JAR]

├─ io.kemtoa.swagger.compat.rules.CompositeRule.class - [JAR]

├─ io.kemtoa.swagger.compat.rules.ParameterLocationChangedRule.class - [JAR]

├─ io.kemtoa.swagger.compat.rules.PropertyRemovedInResponseRule.class - [JAR]

├─ io.kemtoa.swagger.compat.rules.PropertyTypeChangedRule.class - [JAR]

├─ io.kemtoa.swagger.compat.rules.RemovedEnumValueInRequestRule.class - [JAR]

├─ io.kemtoa.swagger.compat.rules.RemovedOperationRule.class - [JAR]

├─ io.kemtoa.swagger.compat.rules.Rule.class - [JAR]