- Java 11 or greater
- Maven 3.x or greater
- Python psycopg2-binary
- DNS Python
You can build from source using maven as below:
git clone https://github.com/OpenBMP/obmp-java-api-message.git
cd obmp-java-api-message
mvn clean install
cd ../
git clone https://github.com/OpenBMP/obmp-psql.git
cd obmp-psql
mvn clean package
The above will create a JAR file under target/. The JAR file is the complete package, which includes the dependancies.