d

dsl-maker-js

Kotlin multiplatform library to facilitate creation of DSLs with ANTLR or a simple built in parser
https://github.com/piacenti/dsl-maker
The Apache License, Version 2.0
Gabriel Piacenti
Files download
File Operation
dsl-maker-js-1.1.55.pom download
dsl-maker-js-1.1.55-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.piacenti</groupId>
  <artifactId>dsl-maker-js</artifactId>
  <version>1.1.55</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.github.piacenti:dsl-maker-js:1.1.55'
Gradle Kotlin
implementation("com.github.piacenti:dsl-maker-js:1.1.55")
Scala SBT
libraryDependencies += "com.github.piacenti" % "dsl-maker-js" % "1.1.55"
Groovy Grape
@Grapes(
  @Grab(group='com.github.piacenti', module='dsl-maker-js', version='1.1.55')
)
Apache Ivy
<dependency org="com.github.piacenti" name="dsl-maker-js" rev="1.1.55" />
Leiningen
[com.github.piacenti/dsl-maker-js "1.1.55"]
Apache Buildr
'com.github.piacenti:dsl-maker-js:jar:1.1.55'