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

l.md-grammar.1.0.3.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
module md.grammar {
  exports io.fixprotocol.md.event;
  opens io.fixprotocol.md.event;
  
  exports io.fixprotocol.md.util;
  opens io.fixprotocol.md.util;
  
  exports io.fixprotocol.md.antlr;
  opens io.fixprotocol.md.antlr;

  requires org.apache.logging.log4j;
  requires org.antlr.antlr4.runtime;
  requires antlr4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy