W

WeatherParser

An application that decodes METAR and TAF weather strings.
http://braun-it.ca
MIT License
Alexander Braun
Files download
File Operation
WeatherParser-0.2.0.jar download
WeatherParser-0.2.0.pom download
WeatherParser-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ca.braunit.weatherparser</groupId>
  <artifactId>WeatherParser</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'ca.braunit.weatherparser:WeatherParser:0.2.0'
Gradle Kotlin
implementation("ca.braunit.weatherparser:WeatherParser:0.2.0")
Scala SBT
libraryDependencies += "ca.braunit.weatherparser" % "WeatherParser" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='ca.braunit.weatherparser', module='WeatherParser', version='0.2.0')
)
Apache Ivy
<dependency org="ca.braunit.weatherparser" name="WeatherParser" rev="0.2.0" />
Leiningen
[ca.braunit.weatherparser/WeatherParser "0.2.0"]
Apache Buildr
'ca.braunit.weatherparser:WeatherParser:jar:0.2.0'
Dependencies