MVN

aero.t2s : mode-s

Maven & Gradle

Jan 10, 2022

Mode-S/ADS-B (1090Mhz) · Mode-S/ADS-B (1090Mhz) allows for both message based decoding and tracking aircraft.

<dependency>
    <groupId>aero.t2s</groupId>
    <artifactId>mode-s</artifactId>
    <version>0.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of aero.t2s : mode-s to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.5

All Versions

Choose a version of aero.t2s : mode-s to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
mode-s-0.2.5
mode-s-0.2.4
mode-s-0.2.3
mode-s-0.2.2
mode-s-0.2.1
mode-s-0.2.0
0.1.x
mode-s-0.1.3
mode-s-0.1.0

How to add a dependency to Maven

Add the following aero.t2s : mode-s maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>aero.t2s</groupId>
    <artifactId>mode-s</artifactId>
    <version>0.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following aero.t2s : mode-s gradle dependency to your build.gradle file:

implementation 'aero.t2s:mode-s:0.2.5'

Gradle Kotlin DSL: Add the following aero.t2s : mode-s gradle kotlin dependency to your build.gradle.kts file:

implementation("aero.t2s:mode-s:0.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following aero.t2s : mode-s sbt scala dependency to your build.sbt file:

libraryDependencies += "aero.t2s" % "mode-s" % "0.2.5"

Advertisement