MVN

com.lmax : simple-dsl

Maven & Gradle

Apr 28, 2023
61 stars

Simple DSL · Simple DSL - Utilities to write a simple DSL in Java

<dependency>
    <groupId>com.lmax</groupId>
    <artifactId>simple-dsl</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lmax : simple-dsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.lmax : simple-dsl to add to Maven or Gradle - All Versions:

  • Version Updated
  • simple-dsl-3.0.0

    Apr 28, 2023
  • simple-dsl-2.2

    Sep 12, 2017
  • simple-dsl-2.1

    Dec 01, 2015
  • simple-dsl-2.0

    Jul 03, 2014
  • simple-dsl-1.1

    Mar 04, 2014
  • simple-dsl-1.0

    Jul 02, 2013

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lmax</groupId>
    <artifactId>simple-dsl</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lmax : simple-dsl gradle dependency to your build.gradle file:

implementation 'com.lmax:simple-dsl:3.0.0'

Gradle Kotlin DSL: Add the following com.lmax : simple-dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lmax:simple-dsl:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lmax : simple-dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lmax" % "simple-dsl" % "3.0.0"