https://github.com/softsmithy/vep
Visually Evoked Potentials
https://github.com/softsmithy/vep
java java-application medicinal
Last synced: about 1 year ago
JSON representation
Visually Evoked Potentials
- Host: GitHub
- URL: https://github.com/softsmithy/vep
- Owner: SoftSmithy
- Created: 2015-07-08T20:06:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T23:12:32.000Z (about 5 years ago)
- Last Synced: 2025-01-23T04:41:31.420Z (about 1 year ago)
- Topics: java, java-application, medicinal
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vep
Visually Evoked Potentials
## Build the project from sources
```bash
mvn clean install
```
Please note that the develop branch (SNAPSHOT version) of the project might depend on SNAPSHOT versions of other projects.
If you don't want to build the dependent projects as well, please make sure to define a proxy in your [Maven Repository Manager](https://maven.apache.org/repository-management.html) to the following Maven Repository: https://oss.sonatype.org/content/repositories/snapshots/ and include it in your [single group](https://help.sonatype.com/repomanager3/formats/maven-repositories#MavenRepositories-ConfiguringApacheMaven).