e

esp-nia

ESP-Nia - An EEG Signal Processing Library for the OCZ NIA
http://mrstampy.github.io/ESP-Nia/
GNU General Public License
Burt Alexander
Files download
File Operation
esp-nia-2.1.jar download
esp-nia-2.1.pom download
esp-nia-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mrstampy</groupId>
  <artifactId>esp-nia</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.mrstampy:esp-nia:2.1'
Gradle Kotlin
implementation("com.github.mrstampy:esp-nia:2.1")
Scala SBT
libraryDependencies += "com.github.mrstampy" % "esp-nia" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mrstampy', module='esp-nia', version='2.1')
)
Apache Ivy
<dependency org="com.github.mrstampy" name="esp-nia" rev="2.1" />
Leiningen
[com.github.mrstampy/esp-nia "2.1"]
Apache Buildr
'com.github.mrstampy:esp-nia:jar:2.1'