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

-m.mmm-ui-api-media.0.9.10.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
 */
/**
 * Provides the API for media related UI.
 */
module io.github.mmm.ui.api.media {

  requires transitive io.github.mmm.ui.api.core;

  exports io.github.mmm.ui.api.datatype.media;

  exports io.github.mmm.ui.api.widget.media;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy