Download esp-2.1.jar file - Jar e

Jar examples for e:esp

Description

ESP - An EEG Signal Processing Library

You can download jar file esp 2.1 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add esp-2.1.jar to your project.

<dependency>
   <groupId>com.github.mrstampy</groupId>
   <artifactId>esp</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'com.github.mrstampy', name: 'esp', version: '2.1'
libraryDependencies += "com.github.mrstampy" % "esp" % "2.1"
<dependency org="com.github.mrstampy" name="esp" rev="2.1"/>
@Grapes(@Grab(group='com.github.mrstampy', module='esp', version='2.1'))
'com.github.mrstampy:esp:jar:2.1'

Download

Click the following link to download the jar file.

esp-2.1-javadoc.jar
esp-2.1-sources.jar
esp-2.1.jar
esp-2.1.pom



Related Tutorials