is not current version
Last Version 2.9.3

io.github.mivek:metarParser 2.0.2

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.

GroupId

GroupId

io.github.mivek
ArtifactId

ArtifactId

metarParser
Version

Version

2.0.2
Type

Type

pom

Download metarParser 2.0.2

Filename Size
metarParser-2.0.2.pom 15 KB
Browse

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