MVN

com.github.piacenti : dsl-maker

Maven & Gradle

Jul 11, 2023
2 stars

com.github.piacenti:dsl-maker · Kotlin multiplatform library to facilitate creation of DSLs with ANTLR or a simple built in parser

<dependency>
    <groupId>com.github.piacenti</groupId>
    <artifactId>dsl-maker</artifactId>
    <version>1.1.51</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.piacenti : dsl-maker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.51

All Versions

Choose a version of com.github.piacenti : dsl-maker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
dsl-maker-1.1.51
dsl-maker-1.1.50
dsl-maker-1.1.49
dsl-maker-1.1.48
dsl-maker-1.1.47
dsl-maker-1.1.46
dsl-maker-1.1.45
dsl-maker-1.1.44
dsl-maker-1.1.43
dsl-maker-1.1.42
dsl-maker-1.1.41
dsl-maker-1.1.40
dsl-maker-1.1.39
dsl-maker-1.1.38
dsl-maker-1.1.37
dsl-maker-1.1.36
dsl-maker-1.1.35
dsl-maker-1.1.34
dsl-maker-1.1.33

How to add a dependency to Maven

Add the following com.github.piacenti : dsl-maker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.piacenti</groupId>
    <artifactId>dsl-maker</artifactId>
    <version>1.1.51</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.piacenti : dsl-maker gradle dependency to your build.gradle file:

implementation 'com.github.piacenti:dsl-maker:1.1.51'

Gradle Kotlin DSL: Add the following com.github.piacenti : dsl-maker gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.piacenti:dsl-maker:1.1.51")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.piacenti : dsl-maker sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.piacenti" % "dsl-maker" % "1.1.51"