agger.jsoagger-coreui-cloud-operations.1.0.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsoagger-coreui-cloud-operations Show documentation
Show all versions of jsoagger-coreui-cloud-operations Show documentation
JSoagger core ui cloud operation
module io.github.jsoagger.coreui.cloud.operations {
exports io.github.jsoagger.core.ui.cloud.operations.dash;
requires com.google.gson;
requires io.github.jsoagger.core.bridge;
requires io.github.jsoagger.coreui.cloud.services;
}