Last Version

MetarKt library 1.0.0

Provides parsing of raw METAR string to pure Kotlin data classes

License

License

MIT
Categories

Categories

JavaScript Languages
GroupId

GroupId

io.github.alexmaryin
ArtifactId

ArtifactId

parser-js
Version

Version

1.0.0
Type

Type

pom
Description

Description

MetarKt library
Provides parsing of raw METAR string to pure Kotlin data classes
Project URL

Project URL

https://github.com/alexmaryin/metarKt
Source Code Management

Source Code Management

https://github.com/alexmaryin/metarKt

Download parser-js 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.alexmaryin/parser-js/ -->
<dependency>
    <groupId>io.github.alexmaryin</groupId>
    <artifactId>parser-js</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.alexmaryin/parser-js/
implementation 'io.github.alexmaryin:parser-js:1.0.0'
// https://jarcasting.com/artifacts/io.github.alexmaryin/parser-js/
implementation ("io.github.alexmaryin:parser-js:1.0.0")
'io.github.alexmaryin:parser-js:pom:1.0.0'
<dependency org="io.github.alexmaryin" name="parser-js" rev="1.0.0">
  <artifact name="parser-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.alexmaryin', module='parser-js', version='1.0.0')
)
libraryDependencies += "io.github.alexmaryin" % "parser-js" % "1.0.0"
[io.github.alexmaryin/parser-js "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.6.10
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.10
org.jetbrains.kotlinx : kotlinx-datetime-js jar 0.3.1

Project Modules

There are no modules declared in this project.