License |
License |
---|---|
GroupId | GroupIdio.github.mivek |
ArtifactId | ArtifactIdmetarParser |
Version | Version2.4.0 |
Type | Typepom |
Description |
DescriptionmetarParser
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
metarParser-2.4.0.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mivek/metarParser/ -->
<dependency>
<groupId>io.github.mivek</groupId>
<artifactId>metarParser</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mivek/metarParser/
implementation 'io.github.mivek:metarParser:2.4.0'
// https://jarcasting.com/artifacts/io.github.mivek/metarParser/
implementation ("io.github.mivek:metarParser:2.4.0")
'io.github.mivek:metarParser:pom:2.4.0'
<dependency org="io.github.mivek" name="metarParser" rev="2.4.0">
<artifact name="metarParser" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mivek', module='metarParser', version='2.4.0')
)
libraryDependencies += "io.github.mivek" % "metarParser" % "2.4.0"
[io.github.mivek/metarParser "2.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.2 |
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
com.tngtech.archunit : archunit-junit5 | jar | 0.20.0 |
org.slf4j : slf4j-nop | jar | 1.7.31 |