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

.sandpolis-core-ipc.6.1.0.source-code.module-info Maven / Gradle / Ivy

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