MVN

nl.esi.metis : EsiAisParser

Maven & Gradle

Jun 20, 2013

ESI Ais Parser · This package supports the parsing of AIS messages in Java. AIS, the Automatic Identification System, is a system aiming at improving maritime safety by exchanging messages between ships, other vehicles in particular aircraft involved in search-and-rescue (SAR), and (fixed) base stations. To be precise, this package support the ITU-R M.1371-4 AIS standard. See our extensive javadoc and in particular the class AISParser for more information on how to use this package. The parser was used in the Poseidon project, and is improved in the Metis project to better handle uncertain information. Both projects were led by the Embedded Systems Institute. In both projects Thales Nederlands was the carrying industrial partner, and multiple Dutch universities participated.

<dependency>
    <groupId>nl.esi.metis</groupId>
    <artifactId>EsiAisParser</artifactId>
    <version>0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.esi.metis : EsiAisParser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.30

All Versions

Choose a version of nl.esi.metis : EsiAisParser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.30
EsiAisParser-0.30
0.25
EsiAisParser-0.25
0.2
EsiAisParser-0.2
0.1
EsiAisParser-0.1

How to add a dependency to Maven

Add the following nl.esi.metis : EsiAisParser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.esi.metis</groupId>
    <artifactId>EsiAisParser</artifactId>
    <version>0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.esi.metis : EsiAisParser gradle dependency to your build.gradle file:

implementation 'nl.esi.metis:EsiAisParser:0.30'

Gradle Kotlin DSL: Add the following nl.esi.metis : EsiAisParser gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.esi.metis:EsiAisParser:0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.esi.metis : EsiAisParser sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.esi.metis" % "EsiAisParser" % "0.30"