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

com.jladder.openapi30.License Maven / Gradle / Ivy

There is a newer version: 5.0.44
Show newest version
package com.jladder.openapi30;

public class License {
    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public String getUrl() {
        return url;
    }

    public void setUrl(String url) {
        this.url = url;
    }

    private String name="MIT";
    private String url="http://www.ladder2020.com";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy