License |
License |
---|---|
GroupId | GroupIdio.github.mivek |
ArtifactId | ArtifactIdmetarParser-spi |
Version | Version2.2.3 |
Type | Typejar |
Description |
DescriptionThis 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 |
Filename | Size |
---|---|
metarParser-spi-2.2.3.pom | |
metarParser-spi-2.2.3.jar | 350 KB |
metarParser-spi-2.2.3-sources.jar | 349 KB |
metarParser-spi-2.2.3-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mivek/metarParser-spi/ -->
<dependency>
<groupId>io.github.mivek</groupId>
<artifactId>metarParser-spi</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mivek/metarParser-spi/
implementation 'io.github.mivek:metarParser-spi:2.2.3'
// https://jarcasting.com/artifacts/io.github.mivek/metarParser-spi/
implementation ("io.github.mivek:metarParser-spi:2.2.3")
'io.github.mivek:metarParser-spi:jar:2.2.3'
<dependency org="io.github.mivek" name="metarParser-spi" rev="2.2.3">
<artifact name="metarParser-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mivek', module='metarParser-spi', version='2.2.3')
)
libraryDependencies += "io.github.mivek" % "metarParser-spi" % "2.2.3"
[io.github.mivek/metarParser-spi "2.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.12.0 |
io.github.mivek : metarParser-entities | jar | 2.2.3 |
com.opencsv : opencsv | jar | 5.4 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.2 |
junit : junit | jar | 4.13.2 |
com.tngtech.archunit : archunit-junit4 | jar | 0.18.0 |