.sandpolis-core-ipc.6.1.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 sandpolis-core-ipc Show documentation
Show all versions of sandpolis-core-ipc Show documentation
The inter-process communications library module
The newest version!
//============================================================================//
// //
// Copyright © 2015 - 2020 Subterranean Security //
// //
// This source file is subject to the terms of the Mozilla Public License //
// version 2. You may not use this file except in compliance with the MPL //
// as published by the Mozilla Foundation at: //
// //
// https://mozilla.org/MPL/2.0 //
// //
//=========================================================S A N D P O L I S==//
module com.sandpolis.core.ipc {
exports com.sandpolis.core.ipc.task;
exports com.sandpolis.core.ipc;
requires com.google.common;
requires com.google.protobuf;
requires com.sandpolis.core.instance;
requires com.sandpolis.core.proto;
requires com.sandpolis.core.soi;
requires java.prefs;
requires org.slf4j;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy