License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdio.github.alexmaryin.metarkt |
ArtifactId | ArtifactIdparser-js |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMetarKt library
Provides parsing of raw METAR string to pure Kotlin data classes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parser-js-1.0.1.pom | |
parser-js-1.0.1-sources.jar | 6 KB |
parser-js-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.alexmaryin.metarkt/parser-js/ -->
<dependency>
<groupId>io.github.alexmaryin.metarkt</groupId>
<artifactId>parser-js</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.alexmaryin.metarkt/parser-js/
implementation 'io.github.alexmaryin.metarkt:parser-js:1.0.1'
// https://jarcasting.com/artifacts/io.github.alexmaryin.metarkt/parser-js/
implementation ("io.github.alexmaryin.metarkt:parser-js:1.0.1")
'io.github.alexmaryin.metarkt:parser-js:pom:1.0.1'
<dependency org="io.github.alexmaryin.metarkt" name="parser-js" rev="1.0.1">
<artifact name="parser-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.alexmaryin.metarkt', module='parser-js', version='1.0.1')
)
libraryDependencies += "io.github.alexmaryin.metarkt" % "parser-js" % "1.0.1"
[io.github.alexmaryin.metarkt/parser-js "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.10 |
org.jetbrains.kotlinx : kotlinx-datetime-js | jar | 0.3.1 |