woken-messages library
This library contains the messages and API used in Woken ML applications.
Usage
The library is hosted on https://bintray.com/hbpmedical/maven/woken-messages, follow the instructions from Bintray to configure Maven or sbt.
Maven dependency:
<dependency>
<groupId>ch.chuv.lren.woken</groupId>
<artifactId>woken-messages_2.11</artifactId>
<version>2.6.4</version>
</dependency>
sbt dependency:
"ch.chuv.lren.woken" %% "woken-messages" % 2.6.4
Woken-messages is provided for Scala 2.11 and Scala 2.12
How to build
Prerequisites: docker, captain
- Run the build script
./build.sh
It will build the scala project into a docker container.
How to publish to MIP's binaries repository
- Define the environment variables to log into BinTray
BINTRAY_USER= BINTRAY_PASS=
- Run the publish script
./publish.sh
Acknowledgements
This work has been funded by the European Union Seventh Framework Program (FP7/20072013) under grant agreement no. 604102 (HBP)
This work is part of SP8 of the Human Brain Project (SGA1).