ties00.protobuf-parser.3.0.2.source-code.module-info Maven / Gradle / Ivy
module it.auties.protobuf.parser {
requires it.auties.protobuf.base;
requires java.compiler;
exports it.auties.protobuf.parser;
exports it.auties.protobuf.parser.statement;
exports it.auties.protobuf.parser.exception;
exports it.auties.protobuf.parser.type;
}