License |
License |
---|---|
GroupId | GroupIdio.github.mivek |
ArtifactId | ArtifactIdmetarParser-services |
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 |
<!-- https://jarcasting.com/artifacts/io.github.mivek/metarParser-services/ -->
<dependency>
<groupId>io.github.mivek</groupId>
<artifactId>metarParser-services</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mivek/metarParser-services/
implementation 'io.github.mivek:metarParser-services:2.2.3'
// https://jarcasting.com/artifacts/io.github.mivek/metarParser-services/
implementation ("io.github.mivek:metarParser-services:2.2.3")
'io.github.mivek:metarParser-services:jar:2.2.3'
<dependency org="io.github.mivek" name="metarParser-services" rev="2.2.3">
<artifact name="metarParser-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mivek', module='metarParser-services', version='2.2.3')
)
libraryDependencies += "io.github.mivek" % "metarParser-services" % "2.2.3"
[io.github.mivek/metarParser-services "2.2.3"]
Group / Artifact | Type | Version |
---|---|---|
io.github.mivek : metarParser-parsers | jar | 2.2.3 |
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 |