MVN

com.github.mrstampy : esp-thinkgear

Maven & Gradle

May 25, 2014
7 stars

ESP-ThinkGear - An EEG Signal Processing Library for NeuroSky ThinkGear devices · ESP-ThinkGear - An EEG Signal Processing Library for NeuroSky ThinkGear devices

<dependency>
    <groupId>com.github.mrstampy</groupId>
    <artifactId>esp-thinkgear</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mrstampy : esp-thinkgear to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.github.mrstampy : esp-thinkgear to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
esp-thinkgear-2.1
2.0
esp-thinkgear-2.0
1.3
esp-thinkgear-1.3

How to add a dependency to Maven

Add the following com.github.mrstampy : esp-thinkgear maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mrstampy</groupId>
    <artifactId>esp-thinkgear</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mrstampy : esp-thinkgear gradle dependency to your build.gradle file:

implementation 'com.github.mrstampy:esp-thinkgear:2.1'

Gradle Kotlin DSL: Add the following com.github.mrstampy : esp-thinkgear gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mrstampy:esp-thinkgear:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mrstampy : esp-thinkgear sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mrstampy" % "esp-thinkgear" % "2.1"

Advertisement