kudzu-core

A monadic (I think...) recursive-descent parser written in Kotlin

License

License

Categories

Categories

JavaScript Languages Leaf Data Databases
GroupId

GroupId

io.github.copper-leaf
ArtifactId

ArtifactId

kudzu-core-js
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

kudzu-core
A monadic (I think...) recursive-descent parser written in Kotlin
Project URL

Project URL

https://github.com/copper-leaf/kudzu
Source Code Management

Source Code Management

https://github.com/copper-leaf/kudzu.git

Download kudzu-core-js

How to add to project

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

Dependencies

compile (2)

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

Project Modules

There are no modules declared in this project.
io.github.copper-leaf

Copper Leaf

Supplemental utility libraries for Orchid and Kotlin

Versions

Version
3.1.0
3.0.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0