All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.redskap.swagger.brake.runner.Options Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package io.redskap.swagger.brake.runner;

import lombok.Data;

@Data
public class Options {
    private String oldApiPath;
    private String newApiPath;

    private OutputFormat outputFormat;
    private String outputFilePath;

    private String mavenRepoUrl;
    private String groupId;
    private String artifactId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy