| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJavaScript Languages | 
        
| GroupId | GroupIdio.github.alexmaryin | 
    
| ArtifactId | ArtifactIdparser-js | 
    
| Last Version | Last Version1.0.0 | 
        
| 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.0.pom | |
| parser-js-1.0.0-sources.jar | 6 KB | 
| parser-js-1.0.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- 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"]
                | 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 |