MVN

com.flybotix : highfrequencyrobots

Maven & Gradle

Jan 11, 2019
4 stars

highfrequencyrobots · A way for wifi robots and IoT devices to quickly send compressed data arrays across a network.

<dependency>
    <groupId>com.flybotix</groupId>
    <artifactId>highfrequencyrobots</artifactId>
    <version>2019.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.flybotix : highfrequencyrobots to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2019.1.11

All Versions

Choose a version of com.flybotix : highfrequencyrobots to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2019.1.x
highfrequencyrobots-2019.1.11
2018.01.x
highfrequencyrobots-2018.01.07
2017.11.x
highfrequencyrobots-2017.11.25
highfrequencyrobots-2017.11.20
highfrequencyrobots-2017.11.15
0.0.x
highfrequencyrobots-0.0.26
highfrequencyrobots-0.0.25
highfrequencyrobots-0.0.23
highfrequencyrobots-0.0.22
highfrequencyrobots-0.0.20
highfrequencyrobots-0.0.15
highfrequencyrobots-0.0.12
highfrequencyrobots-0.0.11
highfrequencyrobots-0.0.9
highfrequencyrobots-0.0.7

How to add a dependency to Maven

Add the following com.flybotix : highfrequencyrobots maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.flybotix</groupId>
    <artifactId>highfrequencyrobots</artifactId>
    <version>2019.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.flybotix : highfrequencyrobots gradle dependency to your build.gradle file:

implementation 'com.flybotix:highfrequencyrobots:2019.1.11'

Gradle Kotlin DSL: Add the following com.flybotix : highfrequencyrobots gradle kotlin dependency to your build.gradle.kts file:

implementation("com.flybotix:highfrequencyrobots:2019.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.flybotix : highfrequencyrobots sbt scala dependency to your build.sbt file:

libraryDependencies += "com.flybotix" % "highfrequencyrobots" % "2019.1.11"

Advertisement