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

package.es.elements.License.mjs Maven / Gradle / Ivy

The newest version!
import { LicenseElement } from '@swagger-api/apidom-ns-openapi-3-0';
class License extends LicenseElement {
  get identifier() {
    return this.get('identifier');
  }
  set identifier(name) {
    this.set('identifier', name);
  }
}
export default License;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy