agger.jsoagger-corebusiness-offline-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-corebusiness-offline-operations Show documentation
Show all versions of jsoagger-corebusiness-offline-operations Show documentation
JSoagger business offline operations
module io.github.jsoagger.corebusiness.offline.operations {
exports io.github.jsoagger.core.business.offline.operations;
exports io.github.jsoagger.core.business.offline.operations.notifications;
exports io.github.jsoagger.core.business.offline.operations.folderTags;
requires com.google.gson;
requires io.github.jsoagger.core.bridge;
requires io.github.jsoagger.core.utils;
requires io.github.jsoagger.corebusiness.offline.services;
}