
refcodes-p2p.3.3.9.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 refcodes-p2p Show documentation
Show all versions of refcodes-p2p Show documentation
Artifact providing generic protocol and interface agnostic P2P
(Peer-to-Peer) functionality (messaging, routing).
The newest version!
module org.refcodes.p2p {
requires transitive org.refcodes.exception;
requires org.refcodes.mixin;
exports org.refcodes.p2p;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy