is not current version
Last Version 2.9.3

metarParser 2.8.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
Version

Version

2.8.1
Type

Type

pom
Description

Description

metarParser
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.
Project URL

Project URL

https://github.com/mivek/MetarParser
Source Code Management

Source Code Management

https://github.com/mivek/MetarParser/tree/master

Download metarParser 2.8.1

Filename Size
metarParser-2.8.1.pom 16 KB
Browse

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

Dependencies

test (4)

Group / Artifact Type Version
org.hamcrest : hamcrest jar 2.2
org.junit.jupiter : junit-jupiter jar 5.8.2
com.tngtech.archunit : archunit-junit5 jar 0.23.1
org.slf4j : slf4j-nop jar 1.7.36

Project Modules

  • metarParser-commons
  • metarParser-entities
  • metarParser-spi
  • metarParser-parsers
  • metarParser-services