.openapi-parser.2.0.1.source-code.module-info.j Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-parser Show documentation
Show all versions of openapi-parser Show documentation
A light-weight, fast OpenAPI 3.0 parser and validator
module com.networknt.openapi.parser {
exports com.networknt.oas;
requires com.networknt.service;
requires com.networknt.json.overlay;
requires org.slf4j;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.dataformat.yaml;
requires java.annotation;
requires java.mail;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy