is not current version
Last Version 2.1

com.github.mrstampy:esp 1.1

ESP - An EEG Signal Processing Library

GroupId

GroupId

com.github.mrstampy
ArtifactId

ArtifactId

esp
Version

Version

1.1
Type

Type

jar

Download esp 1.1


<!-- https://jarcasting.com/artifacts/com.github.mrstampy/esp/ -->
<dependency>
    <groupId>com.github.mrstampy</groupId>
    <artifactId>esp</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/esp/
implementation 'com.github.mrstampy:esp:1.1'
// https://jarcasting.com/artifacts/com.github.mrstampy/esp/
implementation ("com.github.mrstampy:esp:1.1")
'com.github.mrstampy:esp:jar:1.1'
<dependency org="com.github.mrstampy" name="esp" rev="1.1">
  <artifact name="esp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='esp', version='1.1')
)
libraryDependencies += "com.github.mrstampy" % "esp" % "1.1"
[com.github.mrstampy/esp "1.1"]