m

metarParser

This project is a metar parser. Use the MetarFacade and its method "parse()" to parse a metar string and retrieve a Metar Object.
https://github.com/optionfactory/MetarParser
The MIT License
Jean-Kevin Kpadey
文件下载
文件名 操作
metarParser-1.10.5-OPTIONFACTORY-2.jar 下载
metarParser-1.10.5-OPTIONFACTORY-2.pom 下载
metarParser-1.10.5-OPTIONFACTORY-2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.optionfactory</groupId>
  <artifactId>metarParser</artifactId>
  <version>1.10.5-OPTIONFACTORY-2</version>
</dependency>
Gradle Groovy
implementation 'net.optionfactory:metarParser:1.10.5-OPTIONFACTORY-2'
Gradle Kotlin
implementation("net.optionfactory:metarParser:1.10.5-OPTIONFACTORY-2")
Scala SBT
libraryDependencies += "net.optionfactory" % "metarParser" % "1.10.5-OPTIONFACTORY-2"
Groovy Grape
@Grapes(
  @Grab(group='net.optionfactory', module='metarParser', version='1.10.5-OPTIONFACTORY-2')
)
Apache Ivy
<dependency org="net.optionfactory" name="metarParser" rev="1.10.5-OPTIONFACTORY-2" />
Leiningen
[net.optionfactory/metarParser "1.10.5-OPTIONFACTORY-2"]
Apache Buildr
'net.optionfactory:metarParser:jar:1.10.5-OPTIONFACTORY-2'