Contains Java Pojo objects needed by Community Detection REST Service
- Java 8+ (jdk to build)
Build requirements:
# In lieu of git one can just download repo and unzip it
git clone https://github.com/cytoscape/communitydetection-rest-model.git
cd communitydetection-rest-model
mvn install
The above command will create a jar file under target/ named communitydetection-rest-model-<VERSION>.jar
TODO