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

ice.creek-system-test-parser.0.3.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
/** Parser of YAML system test packages. */
module creek.system.test.parser {
    requires transitive creek.system.test.model;
    requires creek.base.type;
    requires creek.base.schema;
    requires com.fasterxml.jackson.databind;
    requires com.fasterxml.jackson.dataformat.yaml;
    requires com.fasterxml.jackson.datatype.jdk8;
    requires com.github.spotbugs.annotations;

    exports org.creekservice.api.system.test.parser;
    exports org.creekservice.internal.system.test.parser to
            creek.system.test.test.util;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy