30 packages
-
com.graphinout.graphinout
🦋 Graphinout reads many common graph file formats and converts them to Connected JSON or GraphML.
2 -
com.graphinout.reader-textbased
Reader for simple textual formats, such as NetworkX AdjList, edge list
0 -
com.graphinout.foundation-pure
Foundation is in general a dependency-free base layer for Java projects. Foundation has four layers: pure, shared, jvm and client. ⚪️Pure: No dependencies, only classes from the j2cl compatible fragment. Java 11+ (maybe up to 21) syntax. Exception: Annotations are allowed, e.g., jspecify or Jackson. ⚪️Shared: Only j2cl-dependencies allowed (e.g. elements). Java 11+ (maybe up to 21) syntax. ⚪️Client: This code runs only j2cl-compiled in the client. It may have dependencies to j2cl DOM libraries. Java 11+ (maybe up to 21) syntax. Graphinout does not need 'client' code. ⚪️JVM: This code cannot j2cl-compile. Any java syntax.
0 -
com.graphinout.foundation-jvm
Foundation is in general a dependency-free base layer for Java projects. Foundation has four layers: pure, shared, jvm and client. ⚪️Pure: No dependencies, only classes from the j2cl compatible fragment. Java 11+ (maybe up to 21) syntax. Exception: Jjspecify annotations are allowed. ⚪️Shared: Only j2cl-dependencies allowed (e.g. elements). Java 11+ (maybe up to 21) syntax. ⚪️Client: This code runs only j2cl-compiled in the client. It may have dependencies to j2cl DOM libraries. Java 11+ (maybe up to 21) syntax. Graphinout does not need 'client' code. ⚪️JVM: This code cannot j2cl-compile. Any java syntax.
0 -
com.graphinout.testdata
Test resources (data) for XML, JSON and CJ. And test resource loading using ClassGraph. This dependency is meant to be used in TEST scope.
0 -
com.graphinout.foundation-emulation
Foundation is in general a dependency-free base layer for Java projects. Foundation has four layers: 'emulation', 'pure', 'shared', 'jvm'. ⚪️Emulation: Stripped down annotations (jspecify, Jackson). For 2cl-compiler. Java 8 syntax and JRE. ⚪️Pure: No dependencies (except on 'emulation'), only classes from the j2cl compatible fragment. Java 8 syntax. ⚪️Shared: Only j2cl-dependencies allowed (e.g. elements). Java 8 syntax and JRE. ⚪️JVM: This code cannot j2cl-compile. Any java syntax. See foundation-pure/README.adoc for details.
0