Initial commit

This commit is contained in:
Christopher Schnick
2021-12-01 19:17:54 +01:00
commit 63cdfb40c5
92 changed files with 3882 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
module io.xpipe.api {
requires io.xpipe.core;
requires io.xpipe.beacon;
requires org.apache.commons.lang;
exports io.xpipe.api;
}