MVN

me.thomas-windt : thinkgearconnector

Maven & Gradle

Jul 18, 2018
1 stars

ThinkgearConnector - Java · This API allowes you to use the MindWaveMobile EEG headset by NeuroSky with the ThinkGearConnector bridge for Windows/Mac or access it directly via bluetooth. You can also use a hacked MindFlex game with an arduino to gather data.

<dependency>
    <groupId>me.thomas-windt</groupId>
    <artifactId>thinkgearconnector</artifactId>
    <version>1.0-Release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.thomas-windt : thinkgearconnector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-Release

All Versions

Choose a version of me.thomas-windt : thinkgearconnector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
thinkgearconnector-1.0-Release

How to add a dependency to Maven

Add the following me.thomas-windt : thinkgearconnector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.thomas-windt</groupId>
    <artifactId>thinkgearconnector</artifactId>
    <version>1.0-Release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.thomas-windt : thinkgearconnector gradle dependency to your build.gradle file:

implementation 'me.thomas-windt:thinkgearconnector:1.0-Release'

Gradle Kotlin DSL: Add the following me.thomas-windt : thinkgearconnector gradle kotlin dependency to your build.gradle.kts file:

implementation("me.thomas-windt:thinkgearconnector:1.0-Release")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.thomas-windt : thinkgearconnector sbt scala dependency to your build.sbt file:

libraryDependencies += "me.thomas-windt" % "thinkgearconnector" % "1.0-Release"

Advertisement