| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mrstampy |
| ArtifactId | ArtifactIdesp |
| Version | Version2.1 |
| Type | Typejar |
| Description |
DescriptionESP - An EEG Signal Processing Library
ESP - An EEG Signal Processing Library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| esp-2.1.pom | |
| esp-2.1.jar | 146 KB |
| esp-2.1-sources.jar | 149 KB |
| esp-2.1-javadoc.jar | 554 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrstampy/esp/ -->
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>esp</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/esp/
implementation 'com.github.mrstampy:esp:2.1'
// https://jarcasting.com/artifacts/com.github.mrstampy/esp/
implementation ("com.github.mrstampy:esp:2.1")
'com.github.mrstampy:esp:jar:2.1'
<dependency org="com.github.mrstampy" name="esp" rev="2.1">
<artifact name="esp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='esp', version='2.1')
)
libraryDependencies += "com.github.mrstampy" % "esp" % "2.1"
[com.github.mrstampy/esp "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api Optional | jar | 1.7.7 |
| com.lmax : disruptor Optional | jar | 3.2.1 |
| javolution : javolution Optional | jar | 5.5.1 |
| org.apache.mina : mina-core Optional | jar | 2.0.7 |
| com.netflix.rxjava : rxjava-core Optional | jar | 0.17.5 |