d

dsl-maker

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