d

dsl-maker-jvm

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-jvm-1.1.55.jar download
dsl-maker-jvm-1.1.55.pom download
dsl-maker-jvm-1.1.55-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.piacenti</groupId>
  <artifactId>dsl-maker-jvm</artifactId>
  <version>1.1.55</version>
</dependency>
Gradle Groovy
implementation 'com.github.piacenti:dsl-maker-jvm:1.1.55'
Gradle Kotlin
implementation("com.github.piacenti:dsl-maker-jvm:1.1.55")
Scala SBT
libraryDependencies += "com.github.piacenti" % "dsl-maker-jvm" % "1.1.55"
Groovy Grape
@Grapes(
  @Grab(group='com.github.piacenti', module='dsl-maker-jvm', version='1.1.55')
)
Apache Ivy
<dependency org="com.github.piacenti" name="dsl-maker-jvm" rev="1.1.55" />
Leiningen
[com.github.piacenti/dsl-maker-jvm "1.1.55"]
Apache Buildr
'com.github.piacenti:dsl-maker-jvm:jar:1.1.55'