Last Version

kotlinMultiplatform 2.6

Naive one-pass recursive descent, scannerless parser framework for Kotlin

License

License

GroupId

GroupId

fun.parser
ArtifactId

ArtifactId

parserkt-util
Version

Version

2.6
Type

Type

pom
Description

Description

kotlinMultiplatform
Naive one-pass recursive descent, scannerless parser framework for Kotlin
Project URL

Project URL

https://github.com/ParserKt/ParserKt
Source Code Management

Source Code Management

https://github.com/ParserKt/ParserKt

Download parserkt-util 2.6


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.