-m.mmm-base-metainfo.0.9.8.source-code.module-info Maven / Gradle / Ivy
/*
* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* Types for meta-information.
*/
module io.github.mmm.base.metainfo {
exports io.github.mmm.base.metainfo;
requires transitive io.github.mmm.base;
}