better-parse

A library that provides a set of parser combinator tools for building parsers and translators in Kotlin.

License

License

Categories

Categories

JavaScript Languages
GroupId

GroupId

com.github.h0tk3y.betterParse
ArtifactId

ArtifactId

better-parse-js
Last Version

Last Version

0.4.4
Release Date

Release Date

Type

Type

pom
Description

Description

better-parse
A library that provides a set of parser combinator tools for building parsers and translators in Kotlin.
Project URL

Project URL

https://github.com/h0tk3y/better-parse
Project Organization

Project Organization

com.github.h0tk3y
Source Code Management

Source Code Management

https://github.com/h0tk3y/better-parse

Download better-parse-js

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.20
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.6.20

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.4
0.4.3
0.4.2
0.4.1