is not current version
Last Version 2.9.3

io.github.mivek:metarParser-spi 2.6.1

This project is a metar-taf parser. Use the MetarService and its method "parse()" to parse a metar string and retrieve a Metar Object. Use the TAFService#parse to parse a TAF string and retrieve a TAF object.

License

License

GroupId

GroupId

io.github.mivek
ArtifactId

ArtifactId

metarParser-spi
Version

Version

2.6.1
Type

Type

jar
Description

Description

This project is a metar-taf parser. Use the MetarService and its method "parse()" to parse a metar string and retrieve a Metar Object. Use the TAFService#parse to parse a TAF string and retrieve a TAF object.
Source Code Management

Source Code Management

https://github.com/mivek/MetarParser/tree/master/metarParser-spi

Download metarParser-spi 2.6.1


<!-- https://jarcasting.com/artifacts/io.github.mivek/metarParser-spi/ -->
<dependency>
    <groupId>io.github.mivek</groupId>
    <artifactId>metarParser-spi</artifactId>
    <version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mivek/metarParser-spi/
implementation 'io.github.mivek:metarParser-spi:2.6.1'
// https://jarcasting.com/artifacts/io.github.mivek/metarParser-spi/
implementation ("io.github.mivek:metarParser-spi:2.6.1")
'io.github.mivek:metarParser-spi:jar:2.6.1'
<dependency org="io.github.mivek" name="metarParser-spi" rev="2.6.1">
  <artifact name="metarParser-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mivek', module='metarParser-spi', version='2.6.1')
)
libraryDependencies += "io.github.mivek" % "metarParser-spi" % "2.6.1"
[io.github.mivek/metarParser-spi "2.6.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.12.0
io.github.mivek : metarParser-entities jar 2.6.1
com.opencsv : opencsv jar 5.5.2

test (4)

Group / Artifact Type Version
org.hamcrest : hamcrest jar 2.2
org.junit.jupiter : junit-jupiter jar 5.8.1
com.tngtech.archunit : archunit-junit5 jar 0.22.0
org.slf4j : slf4j-nop jar 1.7.32

Project Modules

There are no modules declared in this project.