MVN

eu.miman.comm.arduino : arduino-serial-comm

Maven & Gradle

Jan 06, 2014

arduino-serial-comm · A Java base library for communicating with an Arduino over serial communication.

<dependency>
    <groupId>eu.miman.comm.arduino</groupId>
    <artifactId>arduino-serial-comm</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.miman.comm.arduino : arduino-serial-comm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of eu.miman.comm.arduino : arduino-serial-comm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
arduino-serial-comm-1.0.3

How to add a dependency to Maven

Add the following eu.miman.comm.arduino : arduino-serial-comm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.miman.comm.arduino</groupId>
    <artifactId>arduino-serial-comm</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.miman.comm.arduino : arduino-serial-comm gradle dependency to your build.gradle file:

implementation 'eu.miman.comm.arduino:arduino-serial-comm:1.0.3'

Gradle Kotlin DSL: Add the following eu.miman.comm.arduino : arduino-serial-comm gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.miman.comm.arduino:arduino-serial-comm:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.miman.comm.arduino : arduino-serial-comm sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.miman.comm.arduino" % "arduino-serial-comm" % "1.0.3"

Advertisement