MVN

io.mraa.at.upm : upm_emg

Maven & Gradle

Dec 05, 2018
650 stars

emg · Electromyography (EMG) Sensor

<dependency>
    <groupId>io.mraa.at.upm</groupId>
    <artifactId>upm_emg</artifactId>
    <version>1.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mraa.at.upm : upm_emg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.1

All Versions

Choose a version of io.mraa.at.upm : upm_emg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
upm_emg-1.7.1
1.6.x
upm_emg-1.6.0
1.5.x
upm_emg-1.5.0
1.3.x
upm_emg-1.3.0
1.2.x
upm_emg-1.2.0

How to add a dependency to Maven

Add the following io.mraa.at.upm : upm_emg maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.mraa.at.upm</groupId>
    <artifactId>upm_emg</artifactId>
    <version>1.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mraa.at.upm : upm_emg gradle dependency to your build.gradle file:

implementation 'io.mraa.at.upm:upm_emg:1.7.1'

Gradle Kotlin DSL: Add the following io.mraa.at.upm : upm_emg gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mraa.at.upm:upm_emg:1.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mraa.at.upm : upm_emg sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mraa.at.upm" % "upm_emg" % "1.7.1"

Advertisement