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